If you only want to install packages without version: conda create --name <env-name> --file installations/packages.txt
Install any remaining packages using pip as follows:
$ pip install -r installations/requirements.txt
🏃Running the Classification Code
Clone the repositry: git clone https://github.com/swati-rajwal/migraine.git
Get access to dataset, not publicly shared at the moment. Alternatively, you can use this pipeline to your own dataset as well. Put the dataset in data folder
A_Dataset.py file is written specifically for the dataset we have. If you have access to our dataset, this file should work. Else, you will have to pre-process your data accordingly.