File size: 1,664 Bytes
956a08e 745fe01 956a08e 745fe01 956a08e 745fe01 956a08e 745fe01 |
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
title: Speech-accent-pt-br-classifier
emoji: 🎙️🤖🇧🇷
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: "4.12.0"
app_file: app.py
pinned: false
---
# Speech Portuguese (Brazilian) Accent Classifier
This project is a speech accent classifier that distinguishes between Portuguese (Brazilian) and other accents.
## Project Overview
This application uses a trained model to classify speech accents into two categories:
1. Portuguese (Brazilian)
2. Other
The model is based on the author's work [(results) brazil pt accent] and utilizes the Portuguese portion of the Common Voice dataset (version 11.0) from Mozilla Foundation.
## Dataset
The project uses the Portuguese subset of the Common Voice dataset:
- Dataset: "mozilla-foundation/common_voice_11_0", "pt"
Brazilian accents included in the dataset:
- Português do Brasil, Região Sul do Brasil
- Paulistano
- Paulista, Brasileiro
- Carioca
- Mato Grosso
- Mineiro
- Interior Paulista
- Gaúcho
- Nordestino
- And various regional mixes
## Technical Details
The project utilizes the following model and processor:
- Model: "facebook/wav2vec2-base-960h"
- Processor: Wav2Vec2Processor.from_pretrained
## License
ecl
## Developer Information
Developed by Ramon Mayor Martins (2024)
- Email: rmayormartins@gmail.com
- Homepage: https://rmayormartins.github.io/
- Twitter: @rmayormartins
- GitHub: https://github.com/rmayormartins
## Acknowledgements
Special thanks to Instituto Federal de Santa Catarina (Federal Institute of Santa Catarina) IFSC-São José-Brazil.
## Contact
For any queries or suggestions, please contact the developer using the information provided above. |