A Python Live Translation Application using OpenAI's speach-to-text, text-to-text, and text-to-speach tools.
Brew Dependinces:
brew install ffmpeg
Python Dependinces:
python3 -m pip install openai sounddevice numpy scipy pydub
Install using:
https://github.com/grandell1234/live-translation-app.git
Setup the OpenAI API Key inside the script.
Run using:
python3 translator.py
You can use it by speaking an English sentence, then it will by default talk back in Spanish, you can modify the script to easily have it translate different languages.