Spaces:
Runtime error
Runtime error
File size: 527 Bytes
dddeb98 088b4f1 0030bc6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Dance Classifier
emoji: 💃
colorFrom: blue
colorTo: yellow
sdk: gradio
python_version: 3.10.8
sdk_version: 3.15.0
app_file: app.py
pinned: false
---
# Dance Classifier
Classifies the dance style that best accompanies a provided song. Users record or upload an audio clip and the model provides a list of matching dance styles.
## Getting Started
1. Download dependencies: `conda env create --file environment.yml`
2. Open environment: `conda activate dancer-net`
3. Start the demo application: `python app.py`
|