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. πβ¨
- Host: GitHub
- URL: https://github.com/l3lackcurtains/openvoice_tts_backend
- Owner: l3lackcurtains
- License: mit
- Created: 2025-04-03T06:59:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T05:08:22.000Z (about 1 year ago)
- Last Synced: 2025-06-11T22:43:48.409Z (about 1 year ago)
- Topics: docker, docker-compose, kubernetes, openvoice, tts
- Language: Python
- Homepage:
- Size: 61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```