Spaces:
Sleeping
Sleeping
File size: 568 Bytes
5ca170c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
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
|