What It Does
- Lets users chat about their insurance questions
- Helps analyze denial letters when uploaded
- Assists in writing appeal letters based on policy information
- Provides relevant information through web searches when needed
How It Works
Frontend
- Built with React for a clean, simple interface
- Features a straightforward chat LLM wrapper with message history
- Supports document uploads for analysis
- Dark mode
Backend
- Python based server handling the chat and document processing
- Integrates with OpenAI's API for text analysis
- Processes different document formats (kinda)
- Manages conversation context for more helpful responses
React
Python
OpenAI
← Back to Projects