Spaces:
Sleeping
Sleeping
| 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). | |