This project is a TypeScript implementation of TensorflowTTS's FastSpeech2 and MB-MelGAN LJSpeech models, enabling real-time text-to-speech in the browser for English language text.
- Real-time text-to-speech in the browser for English language text
- Pre-trained models for English language
- Based on TensorflowTTS's FastSpeech2 and MB-MelGAN LJSpeech models
- Implementation in Tensorflow.js using TypeScript
yarn install
git clone https://github.com/playerony/TensorFlowTTS-ts.git
yarn build
yarn open
The application is deployed on Vercel and can be accessed at https://tensor-flow-tts-ts.vercel.app.
This implementation is based on the code from the following repository: https://github.com/MightyAlex200/tfjs-tts
This project is licensed under the MIT License - see the LICENSE file for details.