The Primary objective of this project is to understand and analyze various experiments conducted on brain fMRI images so as provide a deep understanding of human brain. This helps us in understanding, the working of our brain and also helps in detecting and providing solutions to health problems related to brain such as brain tumour.
Clone the repository and install all the requirements
git clone https://github.com/Pranav-Khurana/MPR.git
pip install -r 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.