|
--- |
|
title: Music Genre Classification Test |
|
emoji: π |
|
colorFrom: purple |
|
colorTo: indigo |
|
sdk: gradio |
|
sdk_version: 5.22.0 |
|
app_file: app.py |
|
pinned: false |
|
hf_oauth: true |
|
hf_oauth_scopes: |
|
- inference-api |
|
--- |
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|
|
1. My project proposal is to make that AI can detect music genre |
|
2. Add network architecture. The input of the model is a file or a live recording of audio and the output is a classification on one of the 10 genres. The model uses a The model is big and has 94.6M paramaters and was trained on a GTZAN database from kaggle that has 10 genres with 100 audio files in each genre and each audio clip around 30 seconds long. |
|
3. |
|
4. e |
|
5. The model is working for me as it is accuratly predicting data. |
|
|