Educational [quick-start] EDF file viewer [with spectrum] written in JS, C++ and Python
- Download files
- Open
index.html
- Download Qt5/Qt6 with QtCharts
- Open and compile
BioDataReader.pro
- Install Python 3.9+
- Install prerequisites
pip install PyQt5
pip install pyqtgraph
pip install pyedflib
pip install scipy
- Run
main.py