GP in a pocket project
Last summer after my osteotomy knee surgery (ough - a topic for another post on its own) I had an idea to build a simple tool that would take all your various health data and lab as well as doctor visit notes, prescriptions and categorize, visualize them plus add LLM-based recommendations. I quickly noticed the success of this project is purely based on distribution, and there are a number of solutions out there already, though from my perspective incomplete (e.g. could not read my PL-language doctor notes etc.).
Then a couple of months later chatGPT health came out: https://openai.com/index/introducing-chatgpt-health/ with distribution already there;) However not available in europe - as the case often is;)
And so, over 2 evenings I coded a simple Claude Code (or other coding agent) solution that does exactly what I wanted:
Read all PDFs, apple health data -> visualize everything, provide recommendations, keep my health status updated.
I posted it here - feel free to contribute: https://github.com/alipkagit/GPinPocket
