Spaces:
Building
Building
File size: 1,835 Bytes
c642af1 4635155 |
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 66 67 68 |
---
title: EAC Translator
emoji: π
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: "5.35.0"
app_file: app.py
pinned: false
license: mit
---
# π EAC Translator
A multilingual translator for English, French, and Swahili with voice input and output. Built with β€οΈ by [Eng. Jobbers β Qtrinova Inc](https://eng-jobbers.vercel.app/).
## β¨ Features
- ποΈ Voice input via microphone
- π§ Automatic language detection
- π English β French β Swahili (with pivot logic)
- ποΈ Tone control (Neutral, Formal, Casual, Romantic)
- π Text-to-speech with voice selection (David, Zira, etc.)
- π± Mobile-friendly UI
- π€ Audio playback and download
## π Built With
- Gradio
- Hugging Face Transformers
- pyttsx3
- SpeechRecognition
- langid
## π¦ Installation (Optional for Local Use)
```bash
pip install -r requirements.txt
python app.py
# π EAC Translator
A multilingual translator for English, French, and Swahili with voice input and output. Built with β€οΈ by [Eng. Jobbers β Qtrinova Inc](https://eng-jobbers.vercel.app/).
## β¨ Features
- ποΈ Voice input via microphone
- π§ Automatic language detection
- π English β French β Swahili (with pivot logic)
- ποΈ Tone control (Neutral, Formal, Casual, Romantic)
- π Text-to-speech with voice selection (David, Zira, etc.)
- π± Mobile-friendly UI
- π€ Audio playback and download
## π Built With
- [Gradio](https://gradio.app)
- [Hugging Face Transformers](https://huggingface.co/transformers/)
- [pyttsx3](https://pypi.org/project/pyttsx3/)
- [SpeechRecognition](https://pypi.org/project/SpeechRecognition/)
- [langid](https://pypi.org/project/langid/)
## π¦ Installation (Optional for Local Use, especially VScode env setup, well tested)
```bash
pip install -r requirements.txt
python app.py |