Clone the repository and install all the requirements
`git clone https://github.com/Pranav-Khurana/MPR.git`
`pip install requirements.txt`
Move to the directory of experiment you wish to analyse and study (suppose haxby)
and run [experiment].py file.
`cd haxby`
`python haxby.py`
Analyse the output at http://localhost:8000/[experiment]/[experiment]_output.html
(suppose for haxby http://localhost:8000/haxby/haxby_output.html).
Read details about the experiment in [experiment].md file.