Spaces:
Sleeping
Sleeping
Milo Sobral
commited on
Commit
·
cd6adcb
1
Parent(s):
40a974c
Added readme for HF and requirements
Browse files- README.md +11 -0
- requirements.txt +12 -0
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Portiloop software
|
2 |
|
3 |
This software works with the [Coral implementation](https://github.com/Portiloop/portiloop-hardware) of the `Portiloop` EEG closed-loop stimulation device.
|
|
|
1 |
+
---
|
2 |
+
title: Portiloop Demo
|
3 |
+
emoji: {{emoji}}
|
4 |
+
colorFrom: {{colorFrom}}
|
5 |
+
colorTo: {{colorTo}}
|
6 |
+
sdk: {{sdk}}
|
7 |
+
sdk_version: {{sdkVersion}}
|
8 |
+
app_file: portiloop/src/demo/demo.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Portiloop software
|
13 |
|
14 |
This software works with the [Coral implementation](https://github.com/Portiloop/portiloop-hardware) of the `Portiloop` EEG closed-loop stimulation device.
|
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wheel
|
2 |
+
EDFlib-Python
|
3 |
+
numpy
|
4 |
+
portilooplot
|
5 |
+
ipywidgets
|
6 |
+
python-periphery
|
7 |
+
scipy
|
8 |
+
matplotlib
|
9 |
+
gradio
|
10 |
+
tensorflow
|
11 |
+
pyxdf
|
12 |
+
wonambi
|