File size: 859 Bytes
05e6b29
26919b6
05e6b29
 
 
 
 
 
26919b6
05e6b29
 
 
 
720e6b5
48c89f4
05e6b29
720e6b5
 
 
05e6b29
720e6b5
 
 
 
 
 
 
6eec9e8
720e6b5
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
---
title: Accent Detection
emoji: πŸš€
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Streamlit template space
---

## πŸš€ How to Use
πŸ‘‰ [Click here to open the app](https://huggingface.co/spaces/MoadMerroun/accent-detection)

1. Paste a public video URL (e.g., Google Drive MP4 link)
2. Click "Analyze"
3. See results: accent + confidence score

> ⚠️ Only works with publicly accessible video links (not password-protected).


## βš™οΈ Local Setup

```bash
# Clone repo
git clone https://huggingface.co/spaces/MoadMerroun/accent-detection
cd accent-detector

# Create virtual environment
python -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows

# Install dependencies
pip install -r requirements.txt

# Run Streamlit app
streamlit run .\src\streamlit_app.py
```