Skip to content

An application that combines OpenAI's GPT, Whisper, and TTS models to create a live translation application.

License

Notifications You must be signed in to change notification settings

grandell1234/live-ai-translation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

live-ai-translation-app

An application that combines OpenAI's GPT, Whisper, and TTS models to create a live translation application.

Installation Instructions

Install the application:

$ git clone https://github.com/grandell1234/live-ai-translation-app

Ender folder:

$ cd live-ai-translation-app

Install dependencies:

$ python3 -m pip install openai sounddevice numpy scipy pydub

Use Instructions

  • Make sure you have an OpenAI API key in your environment variables.

  • Uncomment the first section in the translator.py to get all your audio devices printed out. Below you can modify the variable provided to set it to whichever audio device you prefer (this is for Microphone, whatever Audio device is selected for your computer will be used for that.)


You can now run it with:

$ python3 translator.py


About

An application that combines OpenAI's GPT, Whisper, and TTS models to create a live translation application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages