| title | Music Structure Analysis Dashboard |
|---|---|
| emoji | 🎶 |
| colorFrom | indigo |
| colorTo | green |
| sdk | docker |
| app_file | app.py |
| pinned | false |
Audio dashborad hosted on huggingface spaces using dash and plotly
run locally with:
docker-compose up devthen visit http://localhost:7860
to rebuild the image, run:
docker build -t audio-dash .