Online web app for processing of eeg data for BCI purposes
Tested on Ubuntu 18.04
- python3.7
- Django2.2.6
- pytz2019.3
- sqlparse0.3.0
To install all dependencies use "pip3.7 install -r requirements.txt"
- Install python3.7
- Clone this repository
- Create a virtual environement "python3.7 -m venv "
- Active the virtual environment "source venv/bin/activate"
- Install dependencies -cd path/to/EEGWorkbench -pip3.7 install -r requirements.txt
- Run the server -cd path/to/EEGWorkbench -python3.7 ./manage.py runserver