Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.25.0
metadata
title: Music Classification with MIT AST
emoji: 🎵
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
license: mit
Audio Classification App
This is an audio classification application that uses the MIT AST (Audio Spectrogram Transformer) model to classify audio files. The model can recognize various sounds and music categories from the AudioSet dataset.
Features
- Simple web interface for audio file upload
- Real-time classification using Hugging Face's AST model
- Displays classification results in JSON format
Usage
- Open the web interface
- Upload an audio file (supports various formats including MP3, WAV, etc.)
- Wait for the classification results
- View the predicted categories and their confidence scores
Technical Details
- Built with Gradio for the web interface
- Uses Hugging Face's AST model (MIT/ast-finetuned-audioset-10-10-0.4593)
- Deployed on Hugging Face Spaces
Requirements
The required packages are listed in requirements.txt