| title: Spotify Genre Classifier | |
| emoji: 🎵 | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 4.44.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| # 🎵 Spotify Genre Classifier | |
| This model predicts the genre of a song based on its track name. | |
| ## Features | |
| - Fine-tuned GPT-2 model | |
| - 114 different genres | |
| - Real-time predictions | |
| ## How to Use | |
| 1. Enter a track name | |
| 2. Click "Predict Genre" | |
| 3. See the predicted genre and confidence | |
| ## Training Your Own | |
| Check out the training pipeline: https://github.com/huggingface/transformers | |