Show HN: Organize Your Blood Tests into a Beautiful Health Dashboard

biotracker.me

8 points by essaylor 19 hours ago

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.

rkwz 11 hours ago

This is nice!

How do you extract the data from pdf or images? How do you reduce inaccuracies in this process?

  • essaylor 10 hours ago

    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.

    • rkwz 3 hours ago

      Thanks, sounds interesting!