Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,37 @@ sdk_version: 6.3.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
---
|
| 12 |
+
title: SwaGPT - Kiswahili Text-to-Speech
|
| 13 |
+
emoji: 🎙️
|
| 14 |
+
colorFrom: blue
|
| 15 |
+
colorTo: indigo
|
| 16 |
+
sdk: gradio
|
| 17 |
+
sdk_version: 4.0.0
|
| 18 |
+
app_file: app.py
|
| 19 |
+
pinned: false
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# SwaGPT: Kiswahili Text-to-Speech
|
| 23 |
+
|
| 24 |
+
This is a Gradio application for **SwaGPT**, a Kiswahili Text-to-Speech (TTS) system inspired by the work of Saheed Azeez on YarnGPT.
|
| 25 |
+
|
| 26 |
+
## Model Details
|
| 27 |
+
|
| 28 |
+
The system utilizes the **Facebook MMS (Massively Multilingual Speech)** model, specifically the `facebook/mms-tts-swh` checkpoint, which is optimized for high-quality Kiswahili speech synthesis.
|
| 29 |
+
|
| 30 |
+
## Usage
|
| 31 |
+
|
| 32 |
+
Simply enter your Kiswahili text in the box and click "Tengeneza Sauti" to generate the audio.
|
| 33 |
+
|
| 34 |
+
## Code
|
| 35 |
+
|
| 36 |
+
The core logic is contained in `app.py`, which loads the pre-trained model and tokenizer from the Hugging Face Hub.
|
| 37 |
+
|
| 38 |
+
## License
|
| 39 |
+
|
| 40 |
+
This project is licensed under the Apache 2.0 License.
|
| 41 |
+
|
| 42 |
---
|
| 43 |
|
| 44 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|