File size: 703 Bytes
ecf9d33
 
eb02a6a
 
 
ecf9d33
eb02a6a
ecf9d33
 
 
 
eb02a6a
ecf9d33
eb02a6a
ecf9d33
 
 
eb02a6a
ecf9d33
eb02a6a
 
 
 
ecf9d33
 
 
eb02a6a
 
 
 
ecf9d33
eb02a6a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
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 lets you paste a public video URL, automatically downloads the video with `yt-dlp`, extracts the audio using `ffmpeg`, and classifies the accent using a Hugging Face audio model.

---

## πŸš€ Features

- πŸŽ₯ Paste a public video URL (YouTube, Vimeo, Dailymotion)
- 🎧 Extracts audio from the video
- 🧠 Classifies the speaker using Hugging Face audio model
- 🧹 Cleans up video/audio files after use

---

## πŸ› οΈ Setup Instructions

### Dependencies

```bash
pip install -r requirements.txt