File size: 951 Bytes
57ef001
7a3d380
 
 
 
57ef001
7a3d380
 
57ef001
 
 
 
7a3d380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Field Adjusters Routing Optimizer
emoji: 🗺️
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 6.19.0
python_version: "3.12"
app_file: app.py
pinned: false
---

# Field Adjusters Routing Optimizer

Assigns insurance claims to field adjusters and sequences each
adjuster's day to minimize driving — respecting policyholder
availability windows, adjuster specialties, service territories,
shifts, and inspection durations. Includes an AI layer (Claude API)
for claim intake from FNOL emails, a schedule Q&A assistant with
what-if re-solves, morning briefings, and in-day repair.

**Try it:** pick a demo scenario from the dropdown (e.g. `storm-surge`)
and click **Solve**. The AI tabs need an `ANTHROPIC_API_KEY` secret;
real driving distances need a `GOOGLE_MAPS_API_KEY` secret.

Built on Google OR-Tools and PyVRP, cross-validated against an exact
MILP solver (HiGHS). Full documentation ships in the project's `docs/`
folder.