Awesome Text To Speech Project For Python!

Manpreet Singh
2 min readMay 24, 2022

Welcome back! Python is one of my favorite programming languages to use, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at an awesome text to speech project for Python! This specific project is the tortoise-tts project on GitHub! It’s a multi-voice text to speech system that’s trained on quality, here is a link to their GitHub repository:

This specific text to speech system focuses in on quality, which is one area that I’ve seen several different TTS systems part away from. If you would like to install this project onto your own machine, here are some commands to go ahead and do this:

git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts
python setup.py install

--

--