Show HN: Whisper.cpp and YAKE to Analyse Voice Reflections [iOS](apps.apple.com) Six months ago, I went full-time indie, but I haven't released anything so far. The products just never felt good enough for me to publicly say this is what I'm doing now. To get out of this mindset, I decided to make an app for myself in a week, add monetization, release it and move on. The app idea was simple: Reflect on your day by answering the same four questions out loud. The answers are transcribed and with regular use you can see what influences you the most and take action. All on-device, as otherwise I wouldn't feel comfortable sharing my thoughts. I had all core features working within a day by simply modifying an existing example app. However I was dissatisfied with iOS's built-in offline transcription due to a lack of punctuation and the speech recognition permission prompt that made it seem like data would leave the device. Decided to use whisper.cpp [0] (small model) instead. This change, lead to many others, as I now felt too little of the app's code was mine. e.g.:
As a result, this tiny app took me over a month, but it still has its flaws:
Nevertheless, after using the app regularly and enjoying it, I feel ready to release.
Hope you will find the app useful too.[0] Show HN: Whisper.cpp https://news.ycombinator.com/item?id=33877893 [1] YAKE: https://github.com/LIAAD/yake |