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.
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/tts-stt
- Owner: KrishBharadwaj5678
- Created: 2024-05-07T05:52:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T06:20:53.000Z (8 months ago)
- Last Synced: 2025-02-18T07:27:08.922Z (8 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```