GitXplorerGitXplorer
g

live-translation-app

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
d8b6fee6656a92a0808f2540f1787206c70b446c

Update README.md

ggrandell1234 committed 2 months ago
Verified
a7b8703c4ed4729045c4a5d880863296d2b3d03a

Update README.md

ggrandell1234 committed 2 months ago
Verified
4fbba1bf78097a20a6b904182855997684986b89

Add files via upload

ggrandell1234 committed 2 months ago
Verified
166fd73850bc273c9a4b736a73e811bbe6327a24

Initial commit

ggrandell1234 committed 2 months ago

README

The README file for this repository.

live-translation-app

A Python Live Translation Application using OpenAI's speach-to-text, text-to-text, and text-to-speach tools.

Dependinces

Homebrew

Brew Dependinces:

brew install ffmpeg

Python Dependinces:

python3 -m pip install openai sounddevice numpy scipy pydub

Usage

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.