A medical ai agent that helps automating the process of hospitals / insurance workflow
Update
We secured Runner-up award in GenAi Agent Hackathon Cairo 2025 organized by Stackpak
- Modern, user-friendly GUI with chat-like interface
- Real-time responses and suggestions
- Support for multiple interaction modes
- Toast notifications for important updates
- Status bar displaying current application state
- Guided Mode: Step-by-step assistance
- Summary Mode: Bulk information processing
- Document Upload: Support for PDF and image files
- PDF document processing
- Image (JPG, PNG) processing
- OCR capabilities for text extraction
- ICD-10 code lookup and suggestions
- CPT-4 code lookup and suggestions
- Fuzzy matching for accurate code recommendations
- Multiple code suggestions with confidence scores
- Code verification and confirmation
- Structured patient data collection
- Insurance information processing
- Data validation and verification
- Secure data handling
- CMS-1500 form generation
- PDF claim form creation
- Built-in PDF preview capability
- Support for multiple operating systems
- Conversation state tracking
- Progress monitoring
- Error handling and recovery
- Session management
- Clone the repository:
git clone https://github.com/MahmoudRabea13/MediSuite-Ai-Agent.git
cd MediSuite-Ai-Agent
- Install required dependencies:
pip install -r requirements.txt
- Install system dependencies:
- Configure paths in
Agent.py
:
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
POPPLER_PATH = r'C:\Program Files\poppler-24.08.0\Library\bin'
- Start the application:
python app.py
- Choose your preferred interaction mode:
- Guided mode (step-by-step)
- Summary mode (all information at once)
- Document upload mode (PDF/JPG)
- Follow the assistant's prompts to:
- Enter patient information
- Provide clinical notes
- Confirm suggested codes
- Generate and review claim forms
-
New Patient Coding
- Enter patient details
- Input clinical notes
- Review and confirm codes
- Generate claim form
-
Document Processing
- Upload medical documents
- Extract information automatically
- Verify and supplement data
- Generate coded claims
-
Code Lookup
- Search for specific ICD-10 codes
- Look up CPT-4 procedures
- Get code suggestions
- Verify code accuracy
-
Claim Generation
- Process patient information
- Confirm diagnostic codes
- Generate CMS-1500 forms
- Preview and export claims
See requirements.txt for full list of dependencies.
![]() |
---|
This project is licensed under the MIT License - see the LICENSE file for details.