An open API service indexing awesome lists of open source software.

https://github.com/l3lackcurtains/openvoice_tts_backend

🎀 OpenVoice πŸ—£οΈ: A Python-powered 🐍 project utilizing OpenVoice V2 for advanced voice processing and AI-driven speech applications! πŸ€– Includes Docker 🐳 and Kubernetes ☸️ support for seamless deployment and scalability. πŸš€βœ¨
https://github.com/l3lackcurtains/openvoice_tts_backend

docker docker-compose kubernetes openvoice tts

Last synced: 3 months ago
JSON representation

🎀 OpenVoice πŸ—£οΈ: A Python-powered 🐍 project utilizing OpenVoice V2 for advanced voice processing and AI-driven speech applications! πŸ€– Includes Docker 🐳 and Kubernetes ☸️ support for seamless deployment and scalability. πŸš€βœ¨

Awesome Lists containing this project

README

          

#### Build the docker image and push to gcr

```bash
gcloud auth configure-docker
docker login gcr.io

docker build -t silk-open-voice .
docker tag silk-open-voice gcr.io/citric-lead-450721-v2/silk-open-voice:1.0.0
docker push gcr.io/citric-lead-450721-v2/silk-open-voice:1.0.0

```