A Python script that converts Text to Speech (TTS) and Speech to Text (STT) effortlessly.
| β¨ Feature | π Description |
|---|---|
| π Text β Speech | Instantly convert written text into audio output |
| ποΈ Speech β Text | Convert recorded voice into accurate text |
| β‘ Fast Processing | Quick execution with minimal latency |
| π οΈ Simple & Lightweight | Easy to run, requires minimal setup |
| π§© Technology | π‘ Purpose |
|---|---|
| π Python | Core scripting and program execution |
| π£οΈ gTTS | Convert text into speech (TTS) |
| π€ SpeechRecognition | Convert speech input into text (STT) |
-
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/TTS-STT.git
-
Navigate to the project directory:
cd TTS-STT -
Install dependencies:
pip install gtts SpeechRecognition playsound
Want to contribute? Here's how:
- π΄ Fork the repository.
- πΏ Create a new branch (
git checkout -b feature-name). - βοΈ Make your changes and commit them (
git commit -am 'Add feature-name'). - π Push to your branch (
git push origin feature-name). - π Submit a pull request to merge into the main branch.