An open API service indexing awesome lists of open source software.

https://github.com/suvasish114/text-2-speech

A web-based application using python and flask to convert text into speech.
https://github.com/suvasish114/text-2-speech

flask project python pyttsx3 text-to-speech

Last synced: about 2 months ago
JSON representation

A web-based application using python and flask to convert text into speech.

Awesome Lists containing this project

README

          

# Text-2-speech

A web based application using python and flask to convert text into speech.

## How to run

- Clone the project in your local directory.
- Now run the following command. (make sure you have [python](https://python.org) 3.X pre-installed in your machine)
```sh
python run.py
```
- Go to the following port in your browser.
```sh
http://127.0.0.1:5000/
```

## Screenshots
| | |
|-|-|
|before|after|
|![before](./static/ss1.png)|![after](./static/ss2.png)|

## Contribution

- Fork this mini-project in your account.
- Make some changes.
- Commit and make a pull request.

Any contribution in this mini-project are always welcome.