--- title: Smart Voice Summarizer emoji: 🎙️ colorFrom: pink colorTo: indigo sdk: gradio sdk_version: 5.31.0 app_file: app.py pinned: false --- ## 🎙️ Smart Voice Summarizer This application allows you to upload a short audio file in `.wav` or `.mp3` format and receive: - 📝 A full transcription (using OpenAI Whisper) - ✂️ A clean, short summary (using GPT-3.5) - 📘 Two multiple-choice quiz questions (optional) - 🌐 Multilingual support (auto-translation if needed) Perfect for summarizing lectures, meetings, voice notes, or podcast content. Powered by [OpenAI](https://openai.com/) + [Gradio](https://gradio.app).