After installing & running the app should open in your browser at http://localhost:5000/
Download and Run the latest executable from Releases
- Clone this repository
- Run
./install.sh
from the root of the repository - Run
python3.6 main.py
- Clone this repository
- Install Python (version 3.6)
- Windows only: Install Visual Studio 2019 with the following components:
- MSVC toolset C++ 2019 v142 (x86,x64) latest
- Visual C++ 2019 Redistributable Update
- Windows 10 SDK (10.0.17763.0)
- Run
pip install -r requirements.txt
- Run
python main.py
- Clone this repository
- Run
docker build -t voice-cloning:latest .
- Run
docker run -d -p 5000:5000 voice-cloning
Please Note: The CPU Only version supports all features except local training
Download and Run the latest cpuonly
executable from Releases
- Clone this repository
- Install Python (version 3.6)
- Run
pip install -r requirements-cpu.txt
- Run
python main.py