sample-tts-piper / README.md
igortamara's picture
Added title when running locally
bca38c6
|
raw
history blame
1.42 kB
---
title: Piper showcasing trained argentinian female voice
emoji: 🌍
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.34.2
app_file: app.py
short-description: A sample of the Piper Model with Argentinian female voice
pinned: false
license: mit
disable_embedding: false
language:
- es
tags:
- piper
- tts
- text-to-speech
- onnx
- español
base_model:
- rhasspy/piper-voices
models:
- gyroing/Persian-Piper-Model-gyro
- rhasspy/piper-voices
- larcanio/piper-voices
short_description: A sample of the Piper Model with Argentinian female voice
---
This is a sample showcasing how to use [Piper](https://github.com/rhasspy/piper) with [Gradio](https://github.com/gradio-app/gradio) to create a TTS app with [Argentinian female voice]((https://huggingface.co/larcanio/piper-voices).
You can get this sample and run locally and consume the API to have a local TTS.
Ideas for further work:
* Create a shortcut to tell something that is in the clipboard
* Make a reminder with voice telling you to do something:
* Know what time is it
* Remind you about taking some medicine
* Can be enhanced to read for you in another language
## References
- [Piper](https://github.com/rhasspy/piper)
- [Argentinian Female Voice](https://huggingface.co/larcanio/piper-voices)
- [Persian Voice](https://huggingface.co/gyroing/Persian-Piper-Model-gyro)
- [Glued by Igor Támara](https://huggingface.co/spaces/igortamara/)