Donlagon007/breast_exam_expert1
0
⚕️ Radiology Chatbot - Breast Exam Expert
An AI-powered radiology assistant specializing in breast imaging analysis. This application helps doctors and radiologists understand mammography examination histories using natural language queries.
Features
- 🔍 Natural language queries in English and Chinese
- 📊 DICOM image visualization with automatic labeling (R-CC, L-CC, R-MLO, L-MLO)
- 📄 Automatic Swedish medical report translation and summarization
- 🤖 GPT-4 powered intelligent Q&A about diagnoses, findings, and disease progression
- 📅 Timeline-based examination history tracking
Usage
- Enter your OpenAI API key in the sidebar
- Ask questions naturally, e.g.:
- "Show me case 2458"
- "When was the diagnosis made?"
- "Display images from 2019"
- "顯示2458的歷次檢查日期"
Configuration
This app requires an OpenAI API key to function. Users must provide their own API key through the sidebar interface.
Data Structure
The app expects medical data organized in the following structure:
case_data/
├── [CASE_ID]_description/
│ ├── DICOM/
│ │ └── [exam folders with DICOM files]
│ └── REPORTS/
│ └── [RTF report files]Privacy & Security
- API keys are stored only in the session state (not persisted)
- Medical data remains on the server
- No data is sent to external services except OpenAI API for analysis
