🎧 Speech Recognition App :
⚡An AI-powered web application that converts speech to text in real-time using OpenAI Whisper and Streamlit.
⚡Live voice recording → Instant transcription → Clean modern UI.
🌍 Live Demo:
https://speech-transcriber.streamlit.app/
🌍Features: ⚡ One-click voice recording ⚡ AI-powered speech recognition (Whisper) ⚡Smart reprocessing fix (no infinite loop) ⚡ Chat-style transcript display ⚡Custom modern UI styling ⚡ Optimized for Streamlit Cloud
🌍 Tech Stack:
Python Streamlit OpenAI Whisper streamlit-mic-recorder PyTorch FFmpeg
📂 Project Structure
speech-recognition-app/
│
├── app.py
├── requirements.txt
├── packages.txt
├── README.md