|
|
--- |
|
|
title: Insurance Document Analyzer |
|
|
emoji: ๐ |
|
|
colorFrom: blue |
|
|
colorTo: purple |
|
|
sdk: docker |
|
|
sdk_version: '1.0' |
|
|
app_file: Dockerfile |
|
|
pinned: false |
|
|
--- |
|
|
|
|
|
# Insurance Document Analyzer |
|
|
|
|
|
React-based frontend for the Insurance Document Analysis system. |
|
|
|
|
|
## Features |
|
|
|
|
|
- PDF document upload and viewing |
|
|
- Real-time analysis progress tracking |
|
|
- Interactive findings exploration |
|
|
- AI-powered chat interface |
|
|
- Responsive design |
|
|
|
|
|
## Environment Variables |
|
|
|
|
|
Required for production: |
|
|
- `VITE_API_URL` - Backend API URL (e.g., https://your-username-insurance-api.hf.space) |
|
|
|
|
|
## Local Development |
|
|
|
|
|
```bash |
|
|
npm install |
|
|
npm run dev |
|
|
``` |
|
|
|
|
|
The app will be available at `http://localhost:5173` |
|
|
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |