mirror of
https://github.com/voice-cloning-app/Voice-Cloning-App.git
synced 2026-02-25 04:32:48 +01:00
1.3 KiB
1.3 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)
- 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
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