Spaces:
Sleeping
Sleeping
title: Accent Classifier | |
emoji: "ποΈ" | |
colorFrom: indigo | |
colorTo: pink | |
sdk: gradio | |
sdk_version: 5.32.0 | |
app_file: app.py | |
pinned: false | |
# ποΈ Accent Classifier App | |
This Gradio-powered app allows you to paste a public video URL (YouTube, Vimeo, Dailymotion), download it with `yt-dlp`, extract the audio using `ffmpeg`, and classify the speaker identity (as a proxy for accent) using the `superb/wav2vec2-base-superb-sid` model from Hugging Face. | |
--- | |
## π§ Setup | |
```bash | |
pip install -r requirements.txt | |
sudo apt install ffmpeg | |