Skip to content

abdibrokhim/OpenVoice-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Create a virtual environment:

# make sure version less than 3.9
python3 -m venv venv

NOTE: make sure you have some free time, cause it can take a around hour or less. For me took 1 hour based on my inernet speed.

Install requirements:

pip install -r requirements.txt

Install ffmpeg:

# macOS
brew install ffmpeg

# Windows
sudo apt install ffmpeg

Install fastapi:

pip install fastapi

Install uvicorn:

pip install uvicorn

Run the server:

python3 app.py

Open the docs:

http://127.0.0.1:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published