Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishal-038/text_to_speech
This Python project is a Text-to-Speech (TTS) converter that utilizes IBM Watson's Text-to-Speech API. The tool takes an input text file, converts it into speech, and saves the output as an audio file in MP3 format.
https://github.com/vishal-038/text_to_speech
python
Last synced: about 1 month ago
JSON representation
This Python project is a Text-to-Speech (TTS) converter that utilizes IBM Watson's Text-to-Speech API. The tool takes an input text file, converts it into speech, and saves the output as an audio file in MP3 format.
- Host: GitHub
- URL: https://github.com/vishal-038/text_to_speech
- Owner: VISHAL-038
- Created: 2024-08-21T12:00:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T12:54:54.000Z (5 months ago)
- Last Synced: 2024-08-21T14:25:27.524Z (5 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 33.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text-to-Speech Converter using IBM Watson
This Python project is a Text-to-Speech (TTS) converter that utilizes IBM Watson's Text-to-Speech API. The tool takes an input text file, converts it into speech, and saves the output as an audio file in MP3 format.
## Features
- Converts text into human-like speech using IBM Watson's TTS service.
- Supports multiple languages and voices.
- Exports the audio in MP3 format.
- Simple and easy-to-use command-line interface.## Prerequisites
- Python 3.x
- An IBM Cloud account
- IBM Watson Text-to-Speech API credentials