Spaces:
Running
Running
metadata
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
- Paste a public video URL (e.g., Google Drive MP4 link)
- Click "Analyze"
- See results: accent + confidence score
β οΈ Only works with publicly accessible video links (not password-protected).
βοΈ Local Setup
# 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