The meeting agent automates the process of capturing, transcribing, and generating structured meeting notes. It records audio from both microphone and speaker outputs, transcribes the audio using Mistral's speech-to-text API, and generates structured meeting notes in Markdown format.
Years ago I used to write a lot of R code for data analysis. Then life changed and I wasn't doing that anymore. However, I still had small product ideas that required coding, but no time to do it. Dikaletus is my first vibe coded app, scratching one of those itches (I'm terrible at taking meeting notes in general).
Written in R, because that's what I know. Tried to follow good practices with linting and testing.