https://github.com/techn0man1ac/simultaneoustranslator
This project is a simultaneous interpreter that translates from Ukrainian into other languages in real time, supports 3 language change commands: English; Polish; French.
https://github.com/techn0man1ac/simultaneoustranslator
ai google openai python translator
Last synced: about 2 months ago
JSON representation
This project is a simultaneous interpreter that translates from Ukrainian into other languages in real time, supports 3 language change commands: English; Polish; French.
- Host: GitHub
- URL: https://github.com/techn0man1ac/simultaneoustranslator
- Owner: techn0man1ac
- License: mit
- Created: 2025-05-07T10:35:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T11:16:06.000Z (about 1 year ago)
- Last Synced: 2025-05-08T02:52:11.197Z (about 1 year ago)
- Topics: ai, google, openai, python, translator
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is a simultaneous interpreter that translates from Ukrainian into other languages in real time, supports 3 language change commands:
- English;
- Polish;
- French.
Video demonstration:
https://youtu.be/RcGJidCJtLY
First, you need to install the necessary packages - OpenAI, gTTS, SpeechRecognition, PyAudio. Then get the API key here https://aistudio.google.com/apikey and paste it into the code.
Programming language - Python.