Sign inSign up

artibex/piper-http

By artibex

•Updated 7 months ago

Image
1

10K+

artibex/piper-http repository overview

⁠Support the Developer:
⁠Piper TTS Service Docker Image
  • GitHub Repository: rhasspy/piper⁠
  • Description: This Docker image wraps the Piper repository, installs all requirements, and downloads a model from Hugging Face models.
⁠Running the Container
  • Standard Model (German model):

    docker run --name piper -p 5000:5000 artibex/piper-http
    
  • Custom Model Example (Englisch Model):

    docker run -e MODEL_DOWNLOAD_LINK=https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/kusal/medium/en_US-kusal-medium.onnx?download=true --name piper -p 5000:5000 artibex/piper-http
    
⁠Important Notes:
  • Ensure you have the direct download link for the model. The .onnx.json file will be downloaded automatically.
⁠Additional Resources:

For more details and updates, visit the GitHub Repository⁠.


Tag summary

Content type

Image

Digest

sha256:87cc63665…

Size

492.6 MB

Last updated

7 months ago

docker pull artibex/piper-http