mehreen125/Voice_Note_Organizer
1
๐ค AI Voice Note Organizer
This Streamlit app allows you to upload voice notes, transcribe audio, and generate a concise summary using powerful AI models.
๐ Features
- Upload
.mp3,.wav, or.m4aaudio files - Transcribe voice using OpenAI Whisper
- Summarize notes using BART (facebook/bart-large-cnn)
- Download full transcript and summary as text files
- Clean, responsive UI with instant feedback
๐ง Tech Stack
๐ฆ Requirements
Install dependencies using:
pip install streamlit openai-whisper transformers torchaudio sentencepiece
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
