MonkeyTalk is designed to make daily journaling easy, fun, and private. instead of manually typing, users can record short audio logs throughout the day. the app automatically transcribes these logs and combines them into a single daily journal entry. using local ai via ollama and a retrieval-augmented generation (rag) model, MonkeyTalk can detect certain activities—like skipping workouts or feeling stressed—and suggest ways to get back on track.
- provide timely nudges for healthier habits.
- maintain data privacy by running ai inference locally.
| Main Journal Screen | Reminders | Audio Transcription |
|---|---|---|
![]() |
![]() |
![]() |
Follow these steps to run the app locally on your machine:
- Clone the Repository
git clone https://github.com/your-username/monkeytalk.git cd monkeytalk flutter run or flutter build apk
- Fantasy themed icons from https://www.flaticon.com


