Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.1.0
metadata
title: Accent
emoji: 💻
colorFrom: purple
colorTo: green
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: mit
short_description: English Accent Classifier
English Accent Classifier
This is a simple web application built with Gradio that classifies the English accent spoken in a video.
Features
- Accepts a public
.mp4video URL - Extracts and processes audio
- Classifies English accents (e.g., American, British, etc.)
- Returns:
- Detected accent
- Confidence score
- Summary explanation
How it works
- Downloads the video from the provided URL
- Extracts audio using
moviepy - Uses a pretrained model (
speechbrain) for accent classification - Cleans up temporary files after processing
Dependencies
See requirements.txt. Includes:
gradiomoviepytorchspeechbraintransformersrequests
License
This project is licensed under the MIT License. Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference