Skip to content

gokulakannant/text-to-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text To Speech (TTS)

A electron js based app to convert text to speech.

Installation

The installation steps are given below,

Step 1: Clone the repository into your machine

git clone https://github.com/gokulakannant/text-to-speech.git

step 2 : Change the directory.

cd text-to-speech

step 3 : Install dependancies.

yarn

step 4 : To start development server.

yarn dev

step 5 : Generate binaries

yarn electron-pack

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details