CoolFace
Apppublic

mehreen125/Voice_Note_Organizer

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes
App README

๐ŸŽค 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 .m4a audio 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:

bash
pip install streamlit openai-whisper transformers torchaudio sentencepiece

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference