eac-translator / README.md
CRIMJOBBERS's picture
Update README.md
c642af1 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
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