Skip to content

Prajeshpuri/Neuroimaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding the Concepts of Brain Nueroimaging

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.

Experimental Analysis

Setup and Usage

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.