lenaras/Speech_Engineering
0
๐ฃ๏ธ Speech Engineering Showcase (TTS & STT)
This interactive Gradio demo showcases the power of open-source speech-to-text (STT) and text-to-speech (TTS) technologies using public models.
๐ Features
- ๐ค Record your voice or upload audio and get instant transcription using OpenAI Whisper
- ๐ฌ Enter any English text and generate speech using Coqui TTS
- ๐ 100% open-source & powered by Hugging Face Spaces
๐ง Models Used
- STT: Whisper (base) โ multilingual automatic speech recognition
- TTS: Coqui TTS (Tacotron2-DDC) โ English speech synthesis
๐ป Tech Stack
- Python
- Gradio
- Torch, Torchaudio
- OpenAI Whisper
- Coqui TTS
๐ฆ Installation (for local use)
pip install -r requirements.txt
python app.py๐ Deploy on Hugging Face
- Create a new Space with Gradio SDK.
- Upload
app.py,requirements.txt, andREADME.md. - Wait for the Space to build โ done!
๐ License
MIT. You are free to modify, use, and build upon this project.
