Home / Projects / EEG-Challenge-2025
Project Software

EEG-Challenge-2025

Details

Architecture Python
Forks 1

EEG Challenge 2025

To run the starter code, follow these steps:

  1. Clone the Repository
    Clone this repository to your local machine using:

    git clone https://github.com/Kentucky-Open-Science/EEG-Challenge-2025
  2. Change into the project directory:

    cd EEG-Challenge-2025
  3. Set Up a Virtual Environment
    It is recommended to use a virtual environment to manage dependencies. You can create one using venv:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venvScriptsactivate`
  4. Install Dependencies
    Install the required Python packages using pip:

    pip install -r requirements.txt

    Note: You will also need to manually install PyTorch. Please follow the instructions on the official PyTorch website to install the appropriate version for your system.

  5. Run the Starter Code
    You can run the starter code using:

    python challenge_1.py

    and

    python challenge_2.py

Imported from gh:Kentucky-Open-Science/EEG-Challenge-2025. Source last updated 2025-11-24. Synced 2026-07-27.