Skip to content

Software for voice2voice translate system without machine lerning via sockets

License

Notifications You must be signed in to change notification settings

jero98772/No-Deep-Translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No-Deep-Translate

Software for voice2voice translate system without machine lerning via sockets

Install

pip install -r requeriments.txt

Run

Run the first instance

python server.py

Run the second instance

python client.py

talk to the second instance and frist instance will answer you

Configuration

How to change langues?

Edit tools/tools.py and change

FROMIDIOM="prefix of langue 1"
TOIDIOM="prefix of langue 1"

Example:

FROMIDIOM="es"
TOIDIOM="de"

How to conect with other computer?

Two computers must be on the same network, at the same port and host.

you can change that in tools/tools.py and change port and host

Example:

PORT=12345
HOST='0.0.0.0'

notes:

is very sensible to noise

About

Software for voice2voice translate system without machine lerning via sockets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages