DEV Community

Cover image for Built MedMemory – An Open Source AI-powered Personal Medical Memory
Srinivas Batthula
Srinivas Batthula

Posted on

Built MedMemory – An Open Source AI-powered Personal Medical Memory

Built MedMemory – An AI-powered Personal Medical Memory 📄🤖

Hi everyone! 👋

I've been working on MedMemory, an open-source project that helps organize scattered medical records into a structured, searchable health timeline using AI.

🚀 MVP Features

  • 📄 Upload prescriptions and medical reports
  • 🔍 Extract key clinical information using OCR and AI
  • 🗂️ Store records in a structured chronological timeline
  • 🧠 Semantic search over medical history using a local RAG pipeline
  • ⚡ FastAPI backend with PostgreSQL and Qdrant Vector Database
  • 🐳 Docker-based local development setup

The goal is to make personal medical records easier to organize, search, and understand while learning modern AI application architecture.

The backend deployment is coming soon. I'm currently looking for feedback on the project architecture, codebase, and overall approach.

📚 Documentation: https://medmemory-ai.github.io/docs/

💻 GitHub: https://github.com/MedMemory-AI

If you're interested in AI, RAG, FastAPI, HealthTech, or open source, I'd love to hear your feedback and suggestions. Contributions are always welcome!

Thanks for checking it out! 🚀

Top comments (0)