Talip7's picture
Update README.md
ef5a70d verified
---
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).