Navigate to desired project folder
- cd path/to/your/project
Create and activate a virtual environment:
- Windows:
python -m venv venv venv\Scripts\activate - macOS/Linux:
python3 -m venv venv source venv/bin/activate
Install dependencies:
- pip install -r requirements.txt
- Select albert_med_pc_full.ipynb for the jupyter notebook used
- Input data as a folder/directory into the MED_PC folder.
- Ensure the correct Kernal is selected for the jupyter notebook.
- As the code is running there will be popups that will notify you to enter file paths and other details.
Open up proc this should contain extracted_recording_data_and_metadata, plots, subject_date_dfs