Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohdumair8896/text2speech-converter
This project takes "Text" as an input and convert it into "Speech"
https://github.com/mohdumair8896/text2speech-converter
aws aws-polly boto3 python tkinter-python
Last synced: 9 days ago
JSON representation
This project takes "Text" as an input and convert it into "Speech"
- Host: GitHub
- URL: https://github.com/mohdumair8896/text2speech-converter
- Owner: mohdumair8896
- Created: 2024-02-17T07:13:01.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-18T07:51:56.000Z (11 months ago)
- Last Synced: 2024-11-07T05:37:15.187Z (about 2 months ago)
- Topics: aws, aws-polly, boto3, python, tkinter-python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text2Speech Converter
- In this project, Boto3 is used which is a Python Module that simplifies the process of working with AWS resources.
- AWS Service Amazon Polly is used which uses deep learning technologies to synthesize natural-sounding human speech, so you can convert articles to speech.
## AWS Configuration
To run this project, you will need to add the following AWS Configuration to your Terminal
`Aws configure`
`AWS Access Key ID[None]: "Your Access Key ID"`
`AWS Secret Access Key ID[None]: "Your Secret Access Key ID"`
`Default region name[None]: us-east-1`
`Default output format [None]: Json`
## Deployment
To deploy this project run
```bash
git clone https://github.com/mohdumair8896/Text2Speech-Converter.git
```
```bash
cd Text2Speech-Converter
```
```
then Change Your profile_name="Saak2" with your profile_user in line 16
```
Then run this command
```bash
python3 polly.py
```
## Features- Boto3
- Python
- Amazon Polly
- Converts Text Into Speech## Tech Stack
**Language & Module:** Python, Boto3, Tkinter
**Cloud Service:** Amazon Polly
## 🛠Skills
Python, Boto3, Amazon Polly