This experimental project processes volumes and centroids of various brain structures using pretrained machine learning algorithms.
- FreeSurfer
- Python 3.x
- Required Python packages (see requirements.txt)
Install the required Python packages:
pip install -r requirements.txt
To run the script, you need to provide the path to the CSV file with structural data. Example command:
python classify.py --csv_file="data/sample.csv"
--csv_file: Path to the CSV file with structural data.
--use_larger: Use larger model (trained including validation set).
The script classifies the data into one of the groups (CONTROL, PRODROMAL, PARKINSON).
This project is licensed under the MIT License.