Remix.run Logo
behzodhalil 16 hours ago

Hi, HN I kept giving up on calorie tracking because trying in every meal was too much work. So I tried building something where I just take a photo and it estimates what’s on the plate. It’s honestly not perfect - it does well with simple meals and gets confused by messy or mixed plates, so you can always correct it. But for me it lowered the friction enough that I actually kept logging.

Under the hood it’s a vision model for the food recognition, wrapped in Kotlin Multiplatform (iOS and Android) with a small Ktor backed.

I’d love feedback - especially where the recognition fails for you, so I can see the real edge cases. Thanks for checking it out.