{"id":25059574,"url":"https://github.com/waghib/speech-to-text-using-whisper","last_synced_at":"2026-05-09T17:33:46.197Z","repository":{"id":275636039,"uuid":"926703686","full_name":"Waghib/Speech-To-Text-Using-Whisper","owner":"Waghib","description":"A web-based audio transcription tool that converts speech to text using OpenAI's Whisper model. Built with Python and Streamlit for easy audio file uploads and accurate transcriptions.","archived":false,"fork":false,"pushed_at":"2025-02-04T18:52:58.000Z","size":1052,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T12:17:14.885Z","etag":null,"topics":["openai","speech-to-text","streamlit","whisper-ai"],"latest_commit_sha":null,"homepage":"https://speech2texts.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Waghib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-03T18:08:13.000Z","updated_at":"2025-02-03T19:02:42.000Z","dependencies_parsed_at":"2025-02-03T19:25:46.638Z","dependency_job_id":"f2fe5c4a-ec92-4645-9d51-8587d436005c","html_url":"https://github.com/Waghib/Speech-To-Text-Using-Whisper","commit_stats":null,"previous_names":["waghib/speech-to-text-using-whisper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waghib%2FSpeech-To-Text-Using-Whisper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waghib%2FSpeech-To-Text-Using-Whisper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waghib%2FSpeech-To-Text-Using-Whisper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waghib%2FSpeech-To-Text-Using-Whisper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Waghib","download_url":"https://codeload.github.com/Waghib/Speech-To-Text-Using-Whisper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246454545,"owners_count":20780162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openai","speech-to-text","streamlit","whisper-ai"],"created_at":"2025-02-06T15:35:20.149Z","updated_at":"2026-05-09T17:33:46.158Z","avatar_url":"https://github.com/Waghib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎙️ AudioScribe\n\n\u003cdiv align=\"center\"\u003e\n\n**Transform your audio into text with AI-powered transcription**\n\n[![Python](https://img.shields.io/badge/Python-3.8%2B-blue.svg)](https://www.python.org/downloads/)\n[![Streamlit](https://img.shields.io/badge/Streamlit-1.28%2B-FF4B4B.svg)](https://streamlit.io)\n[![OpenAI Whisper](https://img.shields.io/badge/OpenAI-Whisper-00A67E.svg)](https://github.com/openai/whisper)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n\u003c/div\u003e\n\n## 📸 Screenshots\n\n### Upload Screen\n\u003cimg src=\"images/img1.png\" alt=\"AudioScribe Upload Screen\" width=\"600\"/\u003e\n\n*Clean and intuitive interface for audio file upload*\n\n### Transcription Result\n\u003cimg src=\"images/img2.png\" alt=\"AudioScribe Transcription\" width=\"600\"/\u003e\n\n*Real-time transcription with audio preview and download options*\n\n## ✨ Features\n\n- 🎯 **High-Accuracy Transcription** using OpenAI's Whisper model\n- 🎵 **Multiple Audio Formats** support (MP3, WAV, M4A, OGG)\n- 🎧 **Built-in Audio Player** for preview\n- 💾 **Instant Download** of transcription results\n- 🎨 **Modern, Clean UI** for the best user experience\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Python 3.8 or higher\n- FFmpeg (required for audio processing)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/AudioScribe.git\ncd AudioScribe\n```\n\n2. Install required packages:\n```bash\npip install -r requirements.txt\n```\n\n3. Run the application:\n```bash\nstreamlit run main.py\n```\n\nThe app will be available at `http://localhost:8501`\n\n## 💡 Usage\n\n1. **Upload Audio**\n   - Click the upload area or drag and drop your audio file\n   - Supported formats: MP3, WAV, M4A, OGG\n   - Maximum file size: 200MB\n\n2. **Preview Audio** (Optional)\n   - Use the built-in audio player to verify your upload\n   - Check the audio quality before transcription\n\n3. **Get Transcription**\n   - Wait for the AI model to process your audio\n   - View the transcribed text in real-time\n   - Download the results as a text file\n\n## 🛠️ Tech Stack\n\n- **Frontend**: [Streamlit](https://streamlit.io)\n- **AI Model**: [OpenAI Whisper](https://github.com/openai/whisper)\n- **Audio Processing**: [FFmpeg](https://ffmpeg.org)\n- **Python Libraries**:\n  - `streamlit`: Web application framework\n  - `whisper`: AI transcription model\n  - `tempfile`: Temporary file handling\n  - `datetime`: Timestamp generation\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📬 Contact\n\nYour Name - [@website](https://waghib.github.io) - waghibahmad30@gmail.com\n\nProject Link: [https://github.com/Waghib/WhisperAI-Speech-Recognition](https://github.com/Waghib/WhisperAI-Speech-Recognition)\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ using OpenAI Whisper and Streamlit\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaghib%2Fspeech-to-text-using-whisper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaghib%2Fspeech-to-text-using-whisper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaghib%2Fspeech-to-text-using-whisper/lists"}