CoolFace
Apppublic

lenaras/Speech_Engineering

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ—ฃ๏ธ 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

๐Ÿ’ป Tech Stack

  • โ€”Python
  • โ€”Gradio
  • โ€”Torch, Torchaudio
  • โ€”OpenAI Whisper
  • โ€”Coqui TTS

๐Ÿ“ฆ Installation (for local use)

bash
pip install -r requirements.txt
python app.py

๐Ÿ“ Deploy on Hugging Face

  1. 1.Create a new Space with Gradio SDK.
  2. 2.Upload app.py, requirements.txt, and README.md.
  3. 3.Wait for the Space to build โ€“ done!

๐Ÿ“œ License

MIT. You are free to modify, use, and build upon this project.

๐Ÿ™Œ Acknowledgements