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.
- Host: GitHub
- URL: https://github.com/suvasish114/text-2-speech
- Owner: suvasish114
- Created: 2021-08-10T08:39:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T11:27:00.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T18:52:44.809Z (over 1 year ago)
- Topics: flask, project, python, pyttsx3, text-to-speech
- Language: HTML
- Homepage: https://github.com/suvasish114/Text-2-speech
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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|
|||
## 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.