Bestakdv's picture
Update README.md
bf3def7 verified

A newer version of the Gradio SDK is available: 5.23.1

Upgrade
metadata
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. e
  4. The model is working for me as it is accuratly predicting data.