File size: 375 Bytes
59c0819
8e95858
59c0819
 
 
 
 
 
 
 
e79d7b2
00e9c8d
8e95858
 
 
 
 
 
 
 
 
 
 
00e9c8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Music Structure Analysis Dashboard
emoji: 🎶
colorFrom: indigo
colorTo: green
sdk: docker
app_file: app.py
pinned: false
---

# audio-dash
Audio dashborad hosted on huggingface spaces using dash and plotly

run locally with:
```bash
docker-compose up dev
```

then visit http://localhost:7860

to rebuild the image, run:
```bash
docker build -t audio-dash .
```