pkarwatka 2 hours ago

I've just published an Open Source app I've worked on last couple of months - Doctor Dok is a secure storage, digitization, sharing and AI discovery platform for all your health data.

One can upload anything they have regarding health - blood test results, MRI, RTG, hospital admissions etc. It could be just a photo, PDF whatsoever. It's being parsed to JSON and then you can discuss it with AI - including whole history context.

The data is end2end encrypted with a private key (which is never stored, neither sent to the app) - so it's pretty similar like 1Password architecture.

You can try out hosted version for free on: https://www.doctordok.com/ or just star on github: https://github.com/CatchTheTornado/doctor-dok

Looking forward for your feedback!