A Standalone service for cloning your own voice and synthesize any text in English in your own voice.
- Clone voices after feeding samples to it
- Synthesized voice on custom texts
- Speech-to-text facility for input using microphones
- RestAPI with a testing UI for testing the model
If you want to try and test out the samples trained and how the model is performing on custom text you can follow these instructions.
-
Pre-requisites:
-
Directions to install:
- For windows
- Clone the repo
- Setup Virtualenv
virtualenv env cd env/scripts activate
- Install all requirements packages
pip install -r requirements.txt
- For Linux
- Run the run.sh file to install the project
./run.sh
- Run the run.sh file to install the project
After installing all the dependencies and environment prerequisites run the below file to check you are ready and good to go!
./test.sh
- For windows
-
Directions to execute
-
Test through interface
- Start the python flask server
python app.py
- Log on to localhost:5000 to test the model
- Start the python flask server
-
Test through the Synthesize function
- Follow the instructions given here
-
Test using Docker
docker build -t smoketrees/voice:latest . docker run smoketrees/voice:latest -p 5000:5000
-
If you want to work with the source code and want to train your own models on different dataset and different language medium you can check out the instructions mentioned here
For more information about the samples tested and there results you can get all the information from here