This is a Translator App that enables real-time voice translation between two languages.
The app leverages OpenAI's API for transcription, translation, and text-to-speech capabilities.
🚀 Features:
- 🎙️ Speech-to-Text using OpenAI Whisper API
- 🌍 Live Translation between different languages
- 🔊 Text-to-Speech with gender-based voice selection (Male/Female)
- ⚙️ Custom API Key Support (Stored securely in Firebase for each user)
- 🎛 Settings Page to configure default language and voice preferences
🔧 Note:
This repository does not contain the full version of the code, as the complete version is used in a store.
I’m sharing this to inspire others and help developers build similar applications.
📌 Setup Instructions:
- Clone the repository:
git clone https://github.com/yourusername/TranslatorApp.git