Spaces:
Sleeping
Sleeping
Milo Sobral
commited on
Commit
Β·
880213e
1
Parent(s):
e5bc67d
reorganization of files
Browse files- capture.py +0 -0
- readings.png β data/readings.png +0 -0
- sample.mp3 β data/sample.mp3 +0 -0
- sample.wav β data/sample.wav +0 -0
- model.tflite β models/model.tflite +0 -0
- model_quantized.tflite β models/model_quantized.tflite +0 -0
- src/capture.py +2 -0
- prog.py β src/demo/acquisition_demo.py +0 -0
- demo.py β src/demo/led_demo.py +0 -0
- frontend.py β src/hardware/frontend.py +0 -0
- leds.py β src/hardware/leds.py +0 -0
- net.py β src/nn/demo_net.py +0 -0
- tests.ipynb β src/notebooks/tests.ipynb +0 -0
capture.py
DELETED
File without changes
|
readings.png β data/readings.png
RENAMED
File without changes
|
sample.mp3 β data/sample.mp3
RENAMED
File without changes
|
sample.wav β data/sample.wav
RENAMED
File without changes
|
model.tflite β models/model.tflite
RENAMED
File without changes
|
model_quantized.tflite β models/model_quantized.tflite
RENAMED
File without changes
|
src/capture.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
# Launch a capture of the electrodes
|
2 |
+
# TODO
|
prog.py β src/demo/acquisition_demo.py
RENAMED
File without changes
|
demo.py β src/demo/led_demo.py
RENAMED
File without changes
|
frontend.py β src/hardware/frontend.py
RENAMED
File without changes
|
leds.py β src/hardware/leds.py
RENAMED
File without changes
|
net.py β src/nn/demo_net.py
RENAMED
File without changes
|
tests.ipynb β src/notebooks/tests.ipynb
RENAMED
File without changes
|