This Python application provides AI-powered language translation with text-to-speech support. It uses a locally hosted LLM via Foundry, auto-detects input language, and delivers clean translations through a Gradio interface. The app also converts translated text to audio using gTTS, enhancing accessibility and multilingual communication.
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
Refactor OpenAI client setup to use FoundryLocalManager and update streaming response handling
3b60278View on GitHubFix typos and improve clarity in README setup instructions
2083d53View on GitHubUpdate README with additional setup instructions and usage examples
a0d903fView on GitHubAdd README setup instructions and initial OpenAI API example
4611012View on GitHub