--- 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