AI Voice to Smart Notes is a simple web application that converts recorded speech into structured text notes using a speech recognition model. The system helps students generate notes from lectures efficiently and reduces manual note-taking effort.
Upload audio files (MP3, MP4, OGG)
Automatic speech-to-text transcription
Generate structured bullet-point notes
Download notes as PDF
Clean and user-friendly interface
Python
Streamlit
Whisper (Speech Recognition Model)
PyTorch
ReportLab
1)Clone the repository
2)Create virtual environment venv\Scripts\activate
3)Install required libraries pip install -r requirements.txt
4)Run the application streamlit run app.py
The system transcribes uploaded audio and generates structured notes displayed on the web interface. Notes can also be downloaded as a PDF file.
*Real-time live transcription
*Multi-language support
*Improved note structuring
*Cloud deployment