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