| title: AST Model for classification of Music by Genre | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: streamlit | |
| sdk_version: "1.32.0" | |
| python_version: "3.10" | |
| app_file: app.py | |
| pinned: false | |
| # AST Model for classification of Music by Genre | |
| This project uses the Audio Spectrogram Transformer (AST) to classify music genres from audio clips. | |
| --- | |
| ## Run Locally | |
| ```bash | |
| pip install -r requirements.txt | |
| streamlit run app.py |