Releases: creativepurus/Accent_Classification
Accent Classification using Wav2Vec2 + Gradio UI
🎉 Release: Accent Classification using Wav2Vec2 + Gradio UI
This release brings a fully functional Accent Classification App powered by a fine-tuned Wav2Vec2 model and an interactive Gradio interface.
📌 Project Highlights
-
🔊 Detects English accents – currently supports Canadian English 🇨🇦 and England English 🇬🇧.
-
⚙️ Built using HuggingFace Transformers, PyTorch, and Gradio.
-
🧠 Trained on 600 balanced samples from the Mozilla Common Voice dataset.
-
📈 Achieves high performance:
- Accuracy: 97.83%
- F1 Score: 97.62%
-
🧪 Comes with visualized results, evaluation metrics, and custom model architecture.
-
🎨 Dark-themed Gradio UI with microphone and file upload support.
-
🧩 Modular, clean codebase with a clear project structure.
💻 How to Use This Project (No CMD Needed – GitHub Website UI Only)
✅ Option 1: Download ZIP (Run Locally)
-
Go to: https://github.com/creativepurus/Accent_Classification
-
Click the green
<> Codebutton. -
Select
Download ZIP. -
Unzip it on your system.
-
Open the folder in your IDE (e.g., VS Code).
-
Install dependencies:
pip install -r requirements.txt
-
Run the app using:
python app.py
🔄 Option 2: Fork the Project (To Your GitHub Account)
-
Open: https://github.com/creativepurus/Accent_Classification
-
Click the
Forkbutton at the top-right. -
A copy of this project will appear under your account.
-
You can:
- Edit files online using the GitHub web editor.
- Download your version anytime.
- Use GitHub Codespaces or Colab later if needed.
📌 Project Structure (Latest)
Accent_Classification/
├── .github/ # GitHub workflows & configs
├── assets/ # Icons, banners, etc.
├── Data/ # Raw dataset files
├── Graphs/ # Model evaluation charts
├── Accent_Detection_Model.ipynb # Training notebook
├── app.py # Gradio app
├── Code_Explanation.md # Code walkthrough
├── LICENSE
├── README.md
├── requirements.txt
🔗 Clone, Fork, or Download – Make it Yours!
This release is open-source and beginner-friendly. Clone, fork, or download it to get started. Contributions, ideas, and feedback are most welcome! 🌟
Full Changelog: https://github.com/creativepurus/Accent_Classification/commits/v1.0