EEG Biomarkers for Alzheimer's Detection
Project analyzes resting-state EEG data for
- Alzheimer's Disease (AD)
- Cognitively Normal (CN)
- Load EEG .mat files
- inspect dataset structure
- print matrix shape and duration
- plot 10 seconds of EEG from a selected channel
- Clone Repo
- Create Virtual Environment + Activate it
- python3 -m venv eegenv
- MacOS/Linux: source eegenv/bin/activate
- Winddows: eegenv\Scripts\activate
- pip install -r requirements.txt