π Transformer-Based Speech Recognition System for Low-Resource Languages
# π Transformer-Based Speech Recognition System for Low-Resource Languages
### π Mini Research Project β 2025
**Developed using TensorFlow, Keras, Flask, HTML, CSS, and JavaScript**
---
## π§ Overview
Modern speech recognition models such as **Whisper** and **Wav2Vec2.0** have achieved great success on high-resource languages like English and Mandarin.
However, these models often fail to perform well for **low-resource languages** due to limited training data, lack of linguistic diversity, and high computational costs.
Our research addresses the **low-resource language recognition gap** by developing a **Transformer-based Speech Recognition System** optimized for **low-resource languages** using publicly available multilingual datasets and data augmentation techniques.
---
## π© Problem Statement
Current multilingual ASR (Automatic Speech Recognition) models are limited to around **100 languages**, whereas there are **over 7000 languages spoken worldwide**.
Low-resource languages face significant challenges such as:
- π§© **Data Scarcity** β A lack of high-quality, labeled audio-text pairs.
- βοΈ **Domain Mismatch** β Existing datasets often don't match the real-world use cases for these languages.
- π» **Computational Constraints** β Large-scale ASR models demand significant GPU/TPU resources.
- π£οΈ **Dialect Diversity** β A single language can have numerous dialects, further fragmenting available data.
---
## π‘ Research Gap
| Identified Gap | Description |
|----------------|-------------|
| Limited Coverage | High-quality ASR systems trained on only a small subset of global languages. |
| Lack of Balanced Datasets | Imbalanced multilingual corpora with dominance of English and European languages. |
| Computational Barriers | Training large models on low-resource datasets is often infeasible. |
| Dialect Variation | Absence of datasets that represent multiple dialects per language. |
---
## π§© Proposed Solution
Our research introduces a **transformer-based A β¦