Spaces:
Building
Building
A newer version of the Gradio SDK is available:
5.42.0
metadata
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.
β¨ 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)
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