diff --git a/.assets/insurtech-intelligence.png b/.assets/insurtech-intelligence.png new file mode 100644 index 0000000..7a5612d Binary files /dev/null and b/.assets/insurtech-intelligence.png differ diff --git a/README.md b/README.md index 5215be7..968c56f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Showcase platform for AI and ML solutions in insurance, featuring Claim Assistan +## Preview + +

+InsurTech Intelligence Preview +

+ ## Features - **Solution Showcase** – Dedicated pages for each AI/ML insurance solution with overview, models, tech stack, and live demo links diff --git a/public/images/solutions/insurecast/preview-1.png b/public/images/solutions/insurecast/preview-1.png new file mode 100644 index 0000000..cf10a4a Binary files /dev/null and b/public/images/solutions/insurecast/preview-1.png differ diff --git a/src/data/solutions/insurecast.json b/src/data/solutions/insurecast.json index 6b51e7b..1311850 100644 --- a/src/data/solutions/insurecast.json +++ b/src/data/solutions/insurecast.json @@ -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"] }