leeksang's picture
Rename readme.md.txt to readme.md
e2230aa verified
|
raw
history blame
568 Bytes
---
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