mirror of
https://github.com/voice-cloning-app/Voice-Cloning-App.git
synced 2026-02-24 20:20:22 +01:00
1.0 KiB
1.0 KiB
Install
After installing & running the app should open in your browser at http://localhost:5000/
Windows
Download and Run the latest executable from Releases
Linux
- Clone this repository
- Run
./install.shfrom the root of the repository - Run
python3.6 main.py
Manual Install (Linux/ Windows)
- Clone this repository
- Install Python (version 3.6)
- Run
pip install -r requirements.txt - Run
python main.py
Docker
- Clone this repository
- Run
docker build -t voice-cloning:latest . - Run
docker run -d -p 5000:5000 voice-cloning
Install CPU Only version
Please Note: The CPU Only version supports all features except local training
Windows
Download and Run the latest cpuonly executable from Releases
Linux
- Clone this repository
- Install Python (version 3.6)
- Run
pip install -r requirements-cpu.txt - Run
python main.py