Skip to content

针对传统体检报告“看不懂、术语难、甚至引发恐慌”的用户痛点,独立开发了一款基于大模型的垂直领域应用。

Notifications You must be signed in to change notification settings

fd44fdg/medinfo

Repository files navigation

MedInfo-AI.md

🏥 MedInfo-AI: Intelligent Medical Checkup Report Interpretation Assistant (MVP)

A personal health data interpretation tool based on LLM (Large Language Model), dedicated to addressing the pain points of medical information asymmetry and the "difficulty in understanding" medical checkup reports.

🌟 Project Background

As a student majoring in Medical Information Engineering, I found that ordinary users often experience unnecessary panic when faced with professional terms in medical checkup reports (such as "sinus arrhythmia" and "elevated ALT"). This project utilizes the concept of RAG (Retrieval-Augmented Generation) and Prompt Engineering to transform obscure medical data into easy-to-understand, daily-life advice.

⚡️ Core Features

  • 📷 Structured Extraction: Supports converting complex unstructured text into visualized key indicator cards.

  • 🛡️ Privacy and Compliance: Frontend PII (Personally Identifiable Information) desensitization processing, mandatory implantation of medical disclaimers.

  • 🧠 Hallucination Suppression: Through System Prompt optimization, effectively identifies "physiological abnormalities" and "pathological abnormalities" to avoid excessive medical advice.

🛠️ Tech Stack

  • Frontend/Backend: Python, Streamlit

  • AI Core: OpenAI API / DeepSeek (compatible with OpenAI format)

  • Deployment: Streamlit Community Cloud

🚀 Quick Start

  1. Clone this project
git clone https://github.com/fd44fdg/medinfo.git

Run Locally

Prerequisites: Node.js

  1. Install dependencies:

    npm install

  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key

  3. Run the app:

    npm run dev

QQ20251119-172514 QQ20251119-172531

(注:文档部分内容可能由 AI 生成)

About

针对传统体检报告“看不懂、术语难、甚至引发恐慌”的用户痛点,独立开发了一款基于大模型的垂直领域应用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published