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

https://github.com/krishbharadwaj5678/tts-stt

TTS-STT is a Python script that seamlessly converts text to speech and speech to text. It uses gTTS for generating speech and SpeechRecognition for transcribing audio.
https://github.com/krishbharadwaj5678/tts-stt

Last synced: 8 months ago
JSON representation

TTS-STT is a Python script that seamlessly converts text to speech and speech to text. It uses gTTS for generating speech and SpeechRecognition for transcribing audio.

Awesome Lists containing this project

README

          

# 🗣️ TTS-STT

**A Python script that converts Text to Speech (TTS) and Speech to Text (STT) effortlessly.**

## ✨ Features
- 🔄 Convert text into natural-sounding speech
- 🎙️ Recognize and transcribe spoken words into text
- ⚡ Fast and efficient processing

## 🛠️ Technologies Used
- **Python** – Core scripting language
- **gTTS** – Text-to-Speech conversion
- **SpeechRecognition** – Speech-to-Text conversion

## 📥 Installation
1. Clone the repository:
```bash
git clone https://github.com/KrishBharadwaj5678/TTS-STT.git
```
2. Navigate to the project directory:
```bash
cd TTS-STT
```
3. Install dependencies:
```bash
pip install gtts SpeechRecognition playsound
```