I've been really into tracking my biomarkers lately. However, I've found it a pain to deal with blood test reports from different healthcare providers, each with their own unique format.
So I built a solution - a web app that automatically extracts biomarkers from any blood test report and organizes them into a beautiful health dashboard, complete with trend graphs. No more manual data entry into spreadsheets!
Check it out: https://www.biotracker.me
It's a free web app that: * Automatically extracts biomarkers from any blood test report (PDF or image) * Creates visual trends of your health metrics over time * Provides basic medical information about the extracted biomarkers
You can try it yourself or check out the demo dashboard on the website to see how it works.
I’d love to hear your thoughts and ideas on how I can market it.
This is nice!
How do you extract the data from pdf or images? How do you reduce inaccuracies in this process?
It's a combination of using an LLM and some pre and post processing. Data extraction itself has been fairly accurate in my experience. The bigger challenge has been biomarker name normalization because different labs often name the same biomarkers quite differently.
Thanks, sounds interesting!