Milo Sobral commited on
Commit
880213e
β€’
1 Parent(s): e5bc67d

reorganization of files

Browse files
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