Free Text to Speech Offline with Realistic Voices | Kokoro TTS
Kokoro TTS makes it simple to convert your text to speech. And here is how you can install it on your PC and run it locally. For this, we will be using Anaconda to create a Python environment. If you do not have Anaconda, go to the Anaconda official website and simply download and install it.
After Anaconda is installed, open the Start menu and type Anaconda Prompt to launch the Anaconda Command Prompt. And now, create a Python environment using “conda create –name kokoro python=3.12“. Once the Python environment has been made, activate it by typing “conda activate kokoro.”
After this, we need to install Kokoro. For that, type “pip install kokoro“. After this, install Spaces and Gradio by using the prompts “pip install spaces” and “pip install gradio“.
Now that everything is installed, download the run.py file from the link below. And navigate to the file on Anaconda using “cd c:/file_path“. Then type “python run.py”. This should open Kokoro TTS. You can now add the text and convert it to audio.
Hope this video is useful to you. Thank you very much.



