Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .assets/insurtech-intelligence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Showcase platform for AI and ML solutions in insurance, featuring Claim Assistan

</div>

## Preview

<p align="center">
<img src=".assets/insurtech-intelligence.png" width="100%" alt="InsurTech Intelligence Preview">
</p>

## Features

- **Solution Showcase** – Dedicated pages for each AI/ML insurance solution with overview, models, tech stack, and live demo links
Expand Down
Binary file added public/images/solutions/insurecast/preview-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/data/solutions/insurecast.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"methodology": "OSHA data ingested and aggregated by month/state/industry/claim_type. NAICS codes mapped to industry categories, event types mapped to claim types. Missing month-segment combinations filled with synthetic data sampled from segment-specific distributions. Severity parameters computed per segment with lognormal fitting. SARIMAX models fit with 12-month seasonal period.",
"metrics": "SARIMAX performance: MAE 8.4, RMSE 10.7, MAPE 6.2%. Forecast horizon: 12 months with confidence intervals widening over time."
},
"previews": []
"previews": ["/images/solutions/insurecast/preview-1.png"]
}
Loading