An open API service indexing awesome lists of open source software.

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.

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.