04-14-2021, 09:26 PM
Mozilla Deep Speech:
- https://github.com/mozilla/TTS - text to speech
- https://github.com/mozilla/DeepSpeech - speech to text
Example TTS command:
tts --text "puppies are fun" --model_name "tts_models/en/ljspeech/glow-tts" --vocoder_name "vocoder_models/universal/libri-tts/wavegrad"
Examples of DeepSpeech in use:
https://www.youtube.com/watch?v=C2LYAU39rA4 - First look at Rasa Voice Interface demo
^ https://blog.rasa.com/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/
https://www.youtube.com/watch?v=c_0Q3T0XYTA - Real-time Speech to Text with DeepSpeech - Getting Started on Windows and Transcribe Microphone Free
https://erogol.github.io/ddc-samples/ - This page presents audio samples of a text-to-speech model using Double Decode Consitency (DDC) method that is able to train robust and high-quality TTS models, in a very short time with a robust attention alignment and faster than real-time inference performance.
^ https://old.reddit.com/r/opensource/comments/mqwsbk/tts_texttospeech_for_all_opensourced_by_mozilla/
^ https://github.com/coqui-ai/TTS
- https://github.com/mozilla/TTS - text to speech
- https://github.com/mozilla/DeepSpeech - speech to text
Example TTS command:
tts --text "puppies are fun" --model_name "tts_models/en/ljspeech/glow-tts" --vocoder_name "vocoder_models/universal/libri-tts/wavegrad"
Examples of DeepSpeech in use:
https://www.youtube.com/watch?v=C2LYAU39rA4 - First look at Rasa Voice Interface demo
^ https://blog.rasa.com/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/
https://www.youtube.com/watch?v=c_0Q3T0XYTA - Real-time Speech to Text with DeepSpeech - Getting Started on Windows and Transcribe Microphone Free
https://erogol.github.io/ddc-samples/ - This page presents audio samples of a text-to-speech model using Double Decode Consitency (DDC) method that is able to train robust and high-quality TTS models, in a very short time with a robust attention alignment and faster than real-time inference performance.
^ https://old.reddit.com/r/opensource/comments/mqwsbk/tts_texttospeech_for_all_opensourced_by_mozilla/
^ https://github.com/coqui-ai/TTS