23f1000513/dl_project_music_genre_classification
0
๐ต Music Genre Classification (AST Model)
This project classifies music into 10 genres using:
- Audio Spectrogram Transformer (AST)
๐ Demo
Upload an audio file and get the predicted genre.
๐ง Model
- Pretrained AST (Audio Spectrogram Transformer)
- Fine-tuned on custom dataset
- Input: 10-second audio clip
- Output: 10 music genres
๐ Files
- streamlit_app.py โ Streamlit UI
- requirements.txt โ Dependencies
- astfts2026.pth โ Model weights
โถ๏ธ Run Locally
pip install -r requirements.txt
streamlit run streamlit_app.py