plot graphs from json files using python on jupyter notebook

Job ID: 33631386

Budget: $10 – $30 USD

I have multi result from different models each model result saved in folder and in this folder has json file (and other files not importent) this json file has all result information such as train and test accuracy and F1 for the average of all cross validation and for each fold.
I need python script on jupyter notebook read each folder and plot the train accuracy and test accuracy for all folders in one graph. so in this graph will have 2 bar for each folder one of average train and one for average test, also adding for each bar point with deferent cooler for each 5 folder result