Using Piper
Setting Up Piper Locally
Method 1: Setup via Docker
git clone [email protected]:artibex/piper-http.gitcd piper-httpRUN pip install flask_corsdocker build -t http-piper .docker run --name piper -p 5000:5000 piperdocker exec -it piper /bin/bashcd /app/piper/src/python_run/piperfrom flask_cors import CORS CORS(app)
python3 http_server.py
Method 2: Manual Setup
Make sure Piper is enabled for TTS:
Notes
Last updated