Skip to content

Audio Notes

Audio Notes is an application for recording voice notes with automatic transcription to text using the OpenAI Whisper model. Text notes are stored in vector form in a database (embeddings). Each logged-in user has their own collection of notes. Saved notes can be searched semantically, edited, and deleted. The application supports multiple languages.

To test the application, log in with Username: test, Password: test

After logging in, you will find several notes with cooking recipes in the database for testing.

Technologies and Libraries Used
* Streamlit
* Python
* OpenAI
* Qdrant
* Github