Full rearchitecture using Claude
- event bus systen - all components are independent - preparation for web frontend
This commit is contained in:
14
python-backend/notebooks/README.md
Normal file
14
python-backend/notebooks/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Notebooks
|
||||
|
||||
Exploratory material, **not part of the running backend** and not imported by it.
|
||||
|
||||
`audio_analysis.py` and the three `C5S*` notebooks are chroma/chord-recognition course
|
||||
work (they still reference stale absolute paths). `effect_debug.ipynb` is scratch work
|
||||
for tinkering with LED effects.
|
||||
|
||||
They need `librosa`, `numba` and `numpy`, which are deliberately not in the backend's
|
||||
dependencies:
|
||||
|
||||
```sh
|
||||
pip install librosa numba numpy jupyter
|
||||
```
|
||||
Reference in New Issue
Block a user