Upload 4 files
Browse files- README.md +225 -6
- app.py +318 -0
- model_card.md +331 -0
- requirements.txt +1 -0
README.md
CHANGED
|
@@ -1,13 +1,232 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🏢
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: GCC Insurance AI Hub
|
| 3 |
emoji: 🏢
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# GCC Insurance AI Hub
|
| 14 |
+
|
| 15 |
+
## Overview
|
| 16 |
+
|
| 17 |
+
The **GCC Insurance AI Hub** is a central access point for a collection of insurance AI demonstration tools and datasets. This hub provides links and documentation for all related repositories.
|
| 18 |
+
|
| 19 |
+
## Available Repositories
|
| 20 |
+
|
| 21 |
+
### 1. Insurance Datasets (Synthetic)
|
| 22 |
+
|
| 23 |
+
**Purpose**: Synthetic insurance datasets for testing and development
|
| 24 |
+
|
| 25 |
+
**Contents**:
|
| 26 |
+
- Claims data (amounts, dates, types)
|
| 27 |
+
- Policy information
|
| 28 |
+
- Fraud indicators
|
| 29 |
+
|
| 30 |
+
**Features**:
|
| 31 |
+
- Interactive data viewer
|
| 32 |
+
- Download capabilities
|
| 33 |
+
- Multiple dataset formats
|
| 34 |
+
|
| 35 |
+
**Use Cases**:
|
| 36 |
+
- Testing applications
|
| 37 |
+
- Training and education
|
| 38 |
+
- Prototyping analytics
|
| 39 |
+
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
### 2. Fraud Triage Sandbox
|
| 43 |
+
|
| 44 |
+
**Purpose**: Rule-based fraud detection demonstration
|
| 45 |
+
|
| 46 |
+
**Features**:
|
| 47 |
+
- Interactive claim input
|
| 48 |
+
- Risk scoring system
|
| 49 |
+
- Triage recommendations
|
| 50 |
+
- Configurable thresholds
|
| 51 |
+
|
| 52 |
+
**Use Cases**:
|
| 53 |
+
- Understanding fraud detection
|
| 54 |
+
- Testing triage workflows
|
| 55 |
+
- Training claims staff
|
| 56 |
+
|
| 57 |
+
---
|
| 58 |
+
|
| 59 |
+
### 3. IFRS 17 Claim Accrual Estimator
|
| 60 |
+
|
| 61 |
+
**Purpose**: Actuarial reserve estimation under IFRS 17
|
| 62 |
+
|
| 63 |
+
**Features**:
|
| 64 |
+
- Chain ladder method
|
| 65 |
+
- Risk adjustment
|
| 66 |
+
- Present value discounting
|
| 67 |
+
- Complete accrual breakdown
|
| 68 |
+
|
| 69 |
+
**Use Cases**:
|
| 70 |
+
- Learning IFRS 17 concepts
|
| 71 |
+
- Understanding actuarial methods
|
| 72 |
+
- Reserve estimation demos
|
| 73 |
+
|
| 74 |
+
---
|
| 75 |
+
|
| 76 |
+
### 4. Document RAG Compliance Assistant
|
| 77 |
+
|
| 78 |
+
**Purpose**: Retrieval-Augmented Generation for compliance Q&A
|
| 79 |
+
|
| 80 |
+
**Features**:
|
| 81 |
+
- Document retrieval
|
| 82 |
+
- Answer generation
|
| 83 |
+
- Source transparency
|
| 84 |
+
- Multiple compliance topics
|
| 85 |
+
|
| 86 |
+
**Use Cases**:
|
| 87 |
+
- Compliance Q&A
|
| 88 |
+
- Policy guidance
|
| 89 |
+
- Knowledge management
|
| 90 |
+
|
| 91 |
+
---
|
| 92 |
+
|
| 93 |
+
## Technology Stack
|
| 94 |
+
|
| 95 |
+
- **Framework**: Gradio 4.44.0
|
| 96 |
+
- **Language**: Python 3.9+
|
| 97 |
+
- **Deployment**: Hugging Face Spaces
|
| 98 |
+
- **Libraries**: pandas, numpy (in individual repos)
|
| 99 |
+
|
| 100 |
+
## Repository Structure
|
| 101 |
+
|
| 102 |
+
```
|
| 103 |
+
gcc-insurance-ai-hub/
|
| 104 |
+
├── app.py # Main hub interface
|
| 105 |
+
├── requirements.txt # Python dependencies
|
| 106 |
+
├── README.md # This file
|
| 107 |
+
└── model_card.md # Detailed documentation
|
| 108 |
+
```
|
| 109 |
+
|
| 110 |
+
## Quick Start
|
| 111 |
+
|
| 112 |
+
1. Visit this Hugging Face Space
|
| 113 |
+
2. Browse available repositories
|
| 114 |
+
3. Click on repository links to access demos
|
| 115 |
+
4. Explore interactive features
|
| 116 |
+
|
| 117 |
+
## Important Disclaimers
|
| 118 |
+
|
| 119 |
+
⚠️ **All repositories in this hub:**
|
| 120 |
+
|
| 121 |
+
- Use **100% synthetic data**
|
| 122 |
+
- Are for **demonstration purposes only**
|
| 123 |
+
- Provide **advisory outputs only**
|
| 124 |
+
- Should **not be used for production**
|
| 125 |
+
- Require **professional guidance for real implementations**
|
| 126 |
+
|
| 127 |
+
### What This Hub Does NOT Include
|
| 128 |
+
|
| 129 |
+
- Real insurer names or policies
|
| 130 |
+
- Actual customer data
|
| 131 |
+
- Proprietary actuarial formulas
|
| 132 |
+
- KYC or sensitive fields
|
| 133 |
+
- Pricing or quoting functionality
|
| 134 |
+
- Production-ready code
|
| 135 |
+
|
| 136 |
+
## Target Audience
|
| 137 |
+
|
| 138 |
+
### Developers
|
| 139 |
+
- Test insurance applications
|
| 140 |
+
- Prototype workflows
|
| 141 |
+
- Learn implementation patterns
|
| 142 |
+
|
| 143 |
+
### Business Analysts
|
| 144 |
+
- Understand insurance operations
|
| 145 |
+
- Explore AI applications
|
| 146 |
+
- Analyze processes
|
| 147 |
+
|
| 148 |
+
### Students & Educators
|
| 149 |
+
- Study insurance concepts
|
| 150 |
+
- Learn AI/ML in insurance
|
| 151 |
+
- Practice with realistic scenarios
|
| 152 |
+
|
| 153 |
+
## Use Case Examples
|
| 154 |
+
|
| 155 |
+
**Testing & Development**:
|
| 156 |
+
- Use synthetic datasets to test applications
|
| 157 |
+
- Prototype fraud detection workflows
|
| 158 |
+
- Validate calculation logic
|
| 159 |
+
|
| 160 |
+
**Training & Education**:
|
| 161 |
+
- Teach insurance operations
|
| 162 |
+
- Demonstrate AI capabilities
|
| 163 |
+
- Explain regulatory concepts
|
| 164 |
+
|
| 165 |
+
**Prototyping & Demos**:
|
| 166 |
+
- Showcase potential solutions
|
| 167 |
+
- Test user interfaces
|
| 168 |
+
- Validate business logic
|
| 169 |
+
|
| 170 |
+
## Compliance & Safety
|
| 171 |
+
|
| 172 |
+
### Data Privacy
|
| 173 |
+
- No real personal information
|
| 174 |
+
- All data is synthetic
|
| 175 |
+
- No GDPR/CCPA concerns
|
| 176 |
+
|
| 177 |
+
### Security
|
| 178 |
+
- No sensitive data
|
| 179 |
+
- No authentication required
|
| 180 |
+
- Public demonstration only
|
| 181 |
+
|
| 182 |
+
### Ethics
|
| 183 |
+
- Fair and unbiased examples
|
| 184 |
+
- Transparent limitations
|
| 185 |
+
- Clear disclaimers
|
| 186 |
+
|
| 187 |
+
## Documentation
|
| 188 |
+
|
| 189 |
+
Each repository includes:
|
| 190 |
+
|
| 191 |
+
- **README.md**: Overview and usage
|
| 192 |
+
- **model_card.md**: Technical details
|
| 193 |
+
- **requirements.txt**: Dependencies
|
| 194 |
+
- **Utility files**: Supporting code
|
| 195 |
+
|
| 196 |
+
## Repository Links
|
| 197 |
+
|
| 198 |
+
Update these links with your actual Hugging Face Space URLs:
|
| 199 |
+
|
| 200 |
+
- [Insurance Datasets (Synthetic)](https://huggingface.co/spaces/YOUR_USERNAME/insurance-datasets-synthetic)
|
| 201 |
+
- [Fraud Triage Sandbox](https://huggingface.co/spaces/YOUR_USERNAME/fraud-triage-sandbox)
|
| 202 |
+
- [IFRS 17 Accrual Estimator](https://huggingface.co/spaces/YOUR_USERNAME/ifrs-claim-accrual-estimator)
|
| 203 |
+
- [RAG Compliance Assistant](https://huggingface.co/spaces/YOUR_USERNAME/doc-rag-compliance-assistant)
|
| 204 |
+
|
| 205 |
+
## Future Enhancements
|
| 206 |
+
|
| 207 |
+
Potential additions:
|
| 208 |
+
- Additional datasets
|
| 209 |
+
- More calculators
|
| 210 |
+
- Advanced ML models
|
| 211 |
+
- Integration examples
|
| 212 |
+
- API documentation
|
| 213 |
+
|
| 214 |
+
## Version History
|
| 215 |
+
|
| 216 |
+
- **v1.0.0** (January 2026): Initial release with 4 repositories
|
| 217 |
+
|
| 218 |
+
## License
|
| 219 |
+
|
| 220 |
+
MIT License
|
| 221 |
+
|
| 222 |
+
## Author
|
| 223 |
+
|
| 224 |
+
Built by Qoder for Vercept
|
| 225 |
+
|
| 226 |
+
## Contact
|
| 227 |
+
|
| 228 |
+
For questions or feedback, contact Vercept.
|
| 229 |
+
|
| 230 |
+
---
|
| 231 |
+
|
| 232 |
+
**For educational and demonstration purposes only**
|
app.py
ADDED
|
@@ -0,0 +1,318 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
GCC Insurance AI Hub
|
| 3 |
+
Central hub linking all insurance AI demonstration repositories.
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
import gradio as gr
|
| 7 |
+
|
| 8 |
+
# Repository information
|
| 9 |
+
REPOS = {
|
| 10 |
+
"insurance-datasets-synthetic": {
|
| 11 |
+
"title": "📊 Insurance Datasets (Synthetic)",
|
| 12 |
+
"description": "Synthetic insurance datasets for claims, policies, and fraud indicators",
|
| 13 |
+
"url": "https://huggingface.co/spaces/YOUR_USERNAME/insurance-datasets-synthetic",
|
| 14 |
+
"features": [
|
| 15 |
+
"3 synthetic CSV datasets",
|
| 16 |
+
"Claims data with amounts and dates",
|
| 17 |
+
"Policy information",
|
| 18 |
+
"Fraud indicators",
|
| 19 |
+
"Interactive data viewer",
|
| 20 |
+
"Download capabilities"
|
| 21 |
+
],
|
| 22 |
+
"use_cases": [
|
| 23 |
+
"Testing and development",
|
| 24 |
+
"Training and education",
|
| 25 |
+
"Prototyping analytics",
|
| 26 |
+
"Demo applications"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
"fraud-triage-sandbox": {
|
| 30 |
+
"title": "🔍 Fraud Triage Sandbox",
|
| 31 |
+
"description": "Rule-based fraud detection and claim triage demonstration",
|
| 32 |
+
"url": "https://huggingface.co/spaces/YOUR_USERNAME/fraud-triage-sandbox",
|
| 33 |
+
"features": [
|
| 34 |
+
"Interactive claim input",
|
| 35 |
+
"Rule-based fraud detection",
|
| 36 |
+
"Risk scoring system",
|
| 37 |
+
"Triage recommendations",
|
| 38 |
+
"Configurable thresholds",
|
| 39 |
+
"Detailed explanations"
|
| 40 |
+
],
|
| 41 |
+
"use_cases": [
|
| 42 |
+
"Understanding fraud detection",
|
| 43 |
+
"Testing triage logic",
|
| 44 |
+
"Training claims adjusters",
|
| 45 |
+
"Workflow prototyping"
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"ifrs-claim-accrual-estimator": {
|
| 49 |
+
"title": "📈 IFRS 17 Claim Accrual Estimator",
|
| 50 |
+
"description": "Actuarial reserve estimation under IFRS 17 principles",
|
| 51 |
+
"url": "https://huggingface.co/spaces/YOUR_USERNAME/ifrs-claim-accrual-estimator",
|
| 52 |
+
"features": [
|
| 53 |
+
"Chain ladder method",
|
| 54 |
+
"Risk adjustment calculation",
|
| 55 |
+
"Present value discounting",
|
| 56 |
+
"Complete accrual breakdown",
|
| 57 |
+
"Multiple claim types",
|
| 58 |
+
"Interactive parameters"
|
| 59 |
+
],
|
| 60 |
+
"use_cases": [
|
| 61 |
+
"Learning IFRS 17 concepts",
|
| 62 |
+
"Understanding actuarial methods",
|
| 63 |
+
"Reserve estimation demos",
|
| 64 |
+
"Accounting training"
|
| 65 |
+
]
|
| 66 |
+
},
|
| 67 |
+
"doc-rag-compliance-assistant": {
|
| 68 |
+
"title": "📚 Document RAG Compliance Assistant",
|
| 69 |
+
"description": "Retrieval-Augmented Generation for compliance Q&A",
|
| 70 |
+
"url": "https://huggingface.co/spaces/YOUR_USERNAME/doc-rag-compliance-assistant",
|
| 71 |
+
"features": [
|
| 72 |
+
"Document retrieval",
|
| 73 |
+
"Answer generation",
|
| 74 |
+
"Source transparency",
|
| 75 |
+
"Multiple compliance topics",
|
| 76 |
+
"Natural language queries",
|
| 77 |
+
"Relevance scoring"
|
| 78 |
+
],
|
| 79 |
+
"use_cases": [
|
| 80 |
+
"Compliance Q&A",
|
| 81 |
+
"Policy guidance",
|
| 82 |
+
"Training and education",
|
| 83 |
+
"Knowledge management"
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
# Create Gradio interface
|
| 89 |
+
with gr.Blocks(title="GCC Insurance AI Hub", theme=gr.themes.Soft()) as demo:
|
| 90 |
+
gr.Markdown("""
|
| 91 |
+
# 🏢 GCC Insurance AI Hub
|
| 92 |
+
|
| 93 |
+
Welcome to the **GCC Insurance AI Demonstration Hub** - your central access point for insurance AI tools and datasets.
|
| 94 |
+
|
| 95 |
+
## 🎯 Purpose
|
| 96 |
+
|
| 97 |
+
This hub provides access to a collection of **demonstration tools** for insurance operations, including:
|
| 98 |
+
- Synthetic datasets for testing
|
| 99 |
+
- Fraud detection systems
|
| 100 |
+
- Actuarial calculations
|
| 101 |
+
- Compliance assistance
|
| 102 |
+
|
| 103 |
+
⚠️ **Important**: All tools use **synthetic data** and are for **demonstration purposes only**.
|
| 104 |
+
|
| 105 |
+
---
|
| 106 |
+
""")
|
| 107 |
+
|
| 108 |
+
# Repository 1: Datasets
|
| 109 |
+
with gr.Accordion("📊 Insurance Datasets (Synthetic)", open=True):
|
| 110 |
+
gr.Markdown(f"""
|
| 111 |
+
### {REPOS['insurance-datasets-synthetic']['title']}
|
| 112 |
+
|
| 113 |
+
{REPOS['insurance-datasets-synthetic']['description']}
|
| 114 |
+
|
| 115 |
+
**Features:**
|
| 116 |
+
{chr(10).join(['- ' + f for f in REPOS['insurance-datasets-synthetic']['features']])}
|
| 117 |
+
|
| 118 |
+
**Use Cases:**
|
| 119 |
+
{chr(10).join(['- ' + u for u in REPOS['insurance-datasets-synthetic']['use_cases']])}
|
| 120 |
+
|
| 121 |
+
**Access:** [Open Repository]({REPOS['insurance-datasets-synthetic']['url']})
|
| 122 |
+
""")
|
| 123 |
+
|
| 124 |
+
# Repository 2: Fraud Triage
|
| 125 |
+
with gr.Accordion("🔍 Fraud Triage Sandbox", open=False):
|
| 126 |
+
gr.Markdown(f"""
|
| 127 |
+
### {REPOS['fraud-triage-sandbox']['title']}
|
| 128 |
+
|
| 129 |
+
{REPOS['fraud-triage-sandbox']['description']}
|
| 130 |
+
|
| 131 |
+
**Features:**
|
| 132 |
+
{chr(10).join(['- ' + f for f in REPOS['fraud-triage-sandbox']['features']])}
|
| 133 |
+
|
| 134 |
+
**Use Cases:**
|
| 135 |
+
{chr(10).join(['- ' + u for u in REPOS['fraud-triage-sandbox']['use_cases']])}
|
| 136 |
+
|
| 137 |
+
**Access:** [Open Repository]({REPOS['fraud-triage-sandbox']['url']})
|
| 138 |
+
""")
|
| 139 |
+
|
| 140 |
+
# Repository 3: IFRS Estimator
|
| 141 |
+
with gr.Accordion("📈 IFRS 17 Claim Accrual Estimator", open=False):
|
| 142 |
+
gr.Markdown(f"""
|
| 143 |
+
### {REPOS['ifrs-claim-accrual-estimator']['title']}
|
| 144 |
+
|
| 145 |
+
{REPOS['ifrs-claim-accrual-estimator']['description']}
|
| 146 |
+
|
| 147 |
+
**Features:**
|
| 148 |
+
{chr(10).join(['- ' + f for f in REPOS['ifrs-claim-accrual-estimator']['features']])}
|
| 149 |
+
|
| 150 |
+
**Use Cases:**
|
| 151 |
+
{chr(10).join(['- ' + u for u in REPOS['ifrs-claim-accrual-estimator']['use_cases']])}
|
| 152 |
+
|
| 153 |
+
**Access:** [Open Repository]({REPOS['ifrs-claim-accrual-estimator']['url']})
|
| 154 |
+
""")
|
| 155 |
+
|
| 156 |
+
# Repository 4: RAG Assistant
|
| 157 |
+
with gr.Accordion("📚 Document RAG Compliance Assistant", open=False):
|
| 158 |
+
gr.Markdown(f"""
|
| 159 |
+
### {REPOS['doc-rag-compliance-assistant']['title']}
|
| 160 |
+
|
| 161 |
+
{REPOS['doc-rag-compliance-assistant']['description']}
|
| 162 |
+
|
| 163 |
+
**Features:**
|
| 164 |
+
{chr(10).join(['- ' + f for f in REPOS['doc-rag-compliance-assistant']['features']])}
|
| 165 |
+
|
| 166 |
+
**Use Cases:**
|
| 167 |
+
{chr(10).join(['- ' + u for u in REPOS['doc-rag-compliance-assistant']['use_cases']])}
|
| 168 |
+
|
| 169 |
+
**Access:** [Open Repository]({REPOS['doc-rag-compliance-assistant']['url']})
|
| 170 |
+
""")
|
| 171 |
+
|
| 172 |
+
gr.Markdown("""
|
| 173 |
+
---
|
| 174 |
+
|
| 175 |
+
## 🛠️ Technology Stack
|
| 176 |
+
|
| 177 |
+
All repositories are built with:
|
| 178 |
+
- **Framework**: Gradio for interactive interfaces
|
| 179 |
+
- **Language**: Python 3.9+
|
| 180 |
+
- **Libraries**: pandas, numpy for data processing
|
| 181 |
+
- **Deployment**: Hugging Face Spaces
|
| 182 |
+
|
| 183 |
+
## 📋 Repository Overview
|
| 184 |
+
|
| 185 |
+
| Repository | Type | Primary Function |
|
| 186 |
+
|------------|------|------------------|
|
| 187 |
+
| **Insurance Datasets** | Data | Synthetic datasets for testing |
|
| 188 |
+
| **Fraud Triage Sandbox** | Application | Rule-based fraud detection |
|
| 189 |
+
| **IFRS Accrual Estimator** | Calculator | Actuarial reserve estimation |
|
| 190 |
+
| **RAG Compliance Assistant** | Q&A System | Document-based compliance guidance |
|
| 191 |
+
|
| 192 |
+
## ⚠️ Important Disclaimers
|
| 193 |
+
|
| 194 |
+
### Synthetic Data Only
|
| 195 |
+
- All datasets are **100% synthetic**
|
| 196 |
+
- No real customer, policy, or claim data
|
| 197 |
+
- Generated for demonstration purposes only
|
| 198 |
+
|
| 199 |
+
### Advisory Only
|
| 200 |
+
- All outputs are **advisory and illustrative**
|
| 201 |
+
- Not suitable for production use
|
| 202 |
+
- Not intended for actual business decisions
|
| 203 |
+
|
| 204 |
+
### No Real Business Logic
|
| 205 |
+
- No real insurer names or policies
|
| 206 |
+
- No actuarial formulas from real companies
|
| 207 |
+
- No KYC fields or sensitive data
|
| 208 |
+
- No pricing or quoting functionality
|
| 209 |
+
|
| 210 |
+
### Professional Guidance Required
|
| 211 |
+
- Consult qualified professionals for real implementations
|
| 212 |
+
- Verify all information with authoritative sources
|
| 213 |
+
- Follow regulatory requirements and standards
|
| 214 |
+
|
| 215 |
+
## 🎓 Educational Use
|
| 216 |
+
|
| 217 |
+
These tools are designed for:
|
| 218 |
+
- **Learning**: Understanding insurance AI concepts
|
| 219 |
+
- **Training**: Teaching insurance operations
|
| 220 |
+
- **Prototyping**: Testing workflows and ideas
|
| 221 |
+
- **Demonstration**: Showcasing capabilities
|
| 222 |
+
|
| 223 |
+
## 🔒 Compliance & Safety
|
| 224 |
+
|
| 225 |
+
All repositories follow these principles:
|
| 226 |
+
- **Privacy**: No real personal data
|
| 227 |
+
- **Security**: No sensitive information
|
| 228 |
+
- **Transparency**: Clear disclaimers and limitations
|
| 229 |
+
- **Ethics**: Fair and unbiased demonstrations
|
| 230 |
+
|
| 231 |
+
## 📖 Documentation
|
| 232 |
+
|
| 233 |
+
Each repository includes:
|
| 234 |
+
- **README.md**: Overview and usage instructions
|
| 235 |
+
- **model_card.md**: Detailed technical documentation
|
| 236 |
+
- **requirements.txt**: Python dependencies
|
| 237 |
+
- **Utility files**: Supporting code and functions
|
| 238 |
+
|
| 239 |
+
## 🚀 Getting Started
|
| 240 |
+
|
| 241 |
+
1. **Browse** the repositories above
|
| 242 |
+
2. **Click** on the repository links to access
|
| 243 |
+
3. **Explore** the interactive demos
|
| 244 |
+
4. **Learn** from the examples and documentation
|
| 245 |
+
|
| 246 |
+
## 💡 Use Case Examples
|
| 247 |
+
|
| 248 |
+
### For Developers
|
| 249 |
+
- Test insurance applications with synthetic data
|
| 250 |
+
- Prototype fraud detection workflows
|
| 251 |
+
- Learn actuarial calculation methods
|
| 252 |
+
- Implement RAG systems for compliance
|
| 253 |
+
|
| 254 |
+
### For Business Analysts
|
| 255 |
+
- Understand fraud triage processes
|
| 256 |
+
- Learn IFRS 17 measurement principles
|
| 257 |
+
- Explore compliance documentation approaches
|
| 258 |
+
- Analyze synthetic insurance data
|
| 259 |
+
|
| 260 |
+
### For Students & Educators
|
| 261 |
+
- Study insurance operations
|
| 262 |
+
- Learn AI/ML applications in insurance
|
| 263 |
+
- Practice with realistic (but synthetic) scenarios
|
| 264 |
+
- Understand regulatory frameworks
|
| 265 |
+
|
| 266 |
+
## 🔄 Updates & Maintenance
|
| 267 |
+
|
| 268 |
+
These repositories are demonstration tools and may be updated periodically with:
|
| 269 |
+
- Bug fixes and improvements
|
| 270 |
+
- Additional features
|
| 271 |
+
- Enhanced documentation
|
| 272 |
+
- New examples and use cases
|
| 273 |
+
|
| 274 |
+
## 📞 Contact & Feedback
|
| 275 |
+
|
| 276 |
+
For questions, feedback, or suggestions:
|
| 277 |
+
- Visit individual repository pages
|
| 278 |
+
- Review documentation and model cards
|
| 279 |
+
- Contact Vercept for more information
|
| 280 |
+
|
| 281 |
+
---
|
| 282 |
+
|
| 283 |
+
## 🏗️ Architecture Overview
|
| 284 |
+
|
| 285 |
+
```
|
| 286 |
+
GCC Insurance AI Hub (This Page)
|
| 287 |
+
|
|
| 288 |
+
├── Insurance Datasets (Synthetic)
|
| 289 |
+
| └── Claims, Policies, Fraud Indicators
|
| 290 |
+
|
|
| 291 |
+
├── Fraud Triage Sandbox
|
| 292 |
+
| └── Rule-based Detection & Triage
|
| 293 |
+
|
|
| 294 |
+
├── IFRS 17 Accrual Estimator
|
| 295 |
+
| └── Chain Ladder & Reserve Calculation
|
| 296 |
+
|
|
| 297 |
+
└── RAG Compliance Assistant
|
| 298 |
+
└── Document Retrieval & Q&A
|
| 299 |
+
```
|
| 300 |
+
|
| 301 |
+
## 🎯 Future Enhancements
|
| 302 |
+
|
| 303 |
+
Potential additions to this hub:
|
| 304 |
+
- Additional datasets (underwriting, claims processing)
|
| 305 |
+
- More specialized calculators
|
| 306 |
+
- Advanced ML models (with synthetic data)
|
| 307 |
+
- Integration examples
|
| 308 |
+
- API documentation
|
| 309 |
+
|
| 310 |
+
---
|
| 311 |
+
|
| 312 |
+
**Built by Qoder for Vercept** | All data synthetic | Advisory only
|
| 313 |
+
|
| 314 |
+
**Version**: 1.0.0 | **Last Updated**: January 2026
|
| 315 |
+
""")
|
| 316 |
+
|
| 317 |
+
if __name__ == "__main__":
|
| 318 |
+
demo.launch()
|
model_card.md
ADDED
|
@@ -0,0 +1,331 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model Card: GCC Insurance AI Hub
|
| 2 |
+
|
| 3 |
+
## Model Details
|
| 4 |
+
|
| 5 |
+
### Model Description
|
| 6 |
+
|
| 7 |
+
This is a **central hub interface** that provides access to a collection of insurance AI demonstration repositories. It is not a model itself, but rather a navigation and documentation portal.
|
| 8 |
+
|
| 9 |
+
- **Developed by:** Qoder for Vercept
|
| 10 |
+
- **Type:** Hub/Portal interface
|
| 11 |
+
- **Purpose:** Central access point for insurance AI demos
|
| 12 |
+
- **Framework:** Gradio
|
| 13 |
+
- **License:** MIT
|
| 14 |
+
|
| 15 |
+
### Model Sources
|
| 16 |
+
|
| 17 |
+
- **Repository:** Hugging Face Spaces
|
| 18 |
+
- **Interface:** Gradio web application
|
| 19 |
+
|
| 20 |
+
## Uses
|
| 21 |
+
|
| 22 |
+
### Direct Use
|
| 23 |
+
|
| 24 |
+
This hub is designed for:
|
| 25 |
+
|
| 26 |
+
- **Navigation**: Finding and accessing insurance AI demos
|
| 27 |
+
- **Documentation**: Understanding available tools and datasets
|
| 28 |
+
- **Discovery**: Exploring insurance AI capabilities
|
| 29 |
+
- **Reference**: Quick access to all related repositories
|
| 30 |
+
|
| 31 |
+
### Downstream Use
|
| 32 |
+
|
| 33 |
+
Not applicable - this is a navigation hub, not a functional tool.
|
| 34 |
+
|
| 35 |
+
### Out-of-Scope Use
|
| 36 |
+
|
| 37 |
+
⚠️ **This hub should NOT be used for:**
|
| 38 |
+
|
| 39 |
+
- Actual insurance operations
|
| 40 |
+
- Production deployments
|
| 41 |
+
- Real business decisions
|
| 42 |
+
- Any purpose beyond navigation and documentation
|
| 43 |
+
|
| 44 |
+
## Linked Repositories
|
| 45 |
+
|
| 46 |
+
### 1. Insurance Datasets (Synthetic)
|
| 47 |
+
|
| 48 |
+
**Type**: Dataset repository
|
| 49 |
+
|
| 50 |
+
**Contents**:
|
| 51 |
+
- Synthetic claims data
|
| 52 |
+
- Synthetic policy data
|
| 53 |
+
- Synthetic fraud indicators
|
| 54 |
+
|
| 55 |
+
**Purpose**: Testing and development
|
| 56 |
+
|
| 57 |
+
**Limitations**:
|
| 58 |
+
- 100% synthetic data
|
| 59 |
+
- Not representative of real distributions
|
| 60 |
+
- Limited size and complexity
|
| 61 |
+
|
| 62 |
+
---
|
| 63 |
+
|
| 64 |
+
### 2. Fraud Triage Sandbox
|
| 65 |
+
|
| 66 |
+
**Type**: Application
|
| 67 |
+
|
| 68 |
+
**Method**: Rule-based fraud detection
|
| 69 |
+
|
| 70 |
+
**Purpose**: Demonstration of triage workflows
|
| 71 |
+
|
| 72 |
+
**Limitations**:
|
| 73 |
+
- Simplified rules
|
| 74 |
+
- No machine learning
|
| 75 |
+
- Not suitable for production
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
|
| 79 |
+
### 3. IFRS 17 Claim Accrual Estimator
|
| 80 |
+
|
| 81 |
+
**Type**: Calculator
|
| 82 |
+
|
| 83 |
+
**Method**: Chain ladder + IFRS 17 components
|
| 84 |
+
|
| 85 |
+
**Purpose**: Educational demonstration of reserve estimation
|
| 86 |
+
|
| 87 |
+
**Limitations**:
|
| 88 |
+
- Simplified assumptions
|
| 89 |
+
- Synthetic development patterns
|
| 90 |
+
- Not compliant with full IFRS 17
|
| 91 |
+
|
| 92 |
+
---
|
| 93 |
+
|
| 94 |
+
### 4. Document RAG Compliance Assistant
|
| 95 |
+
|
| 96 |
+
**Type**: Q&A System
|
| 97 |
+
|
| 98 |
+
**Method**: Retrieval-Augmented Generation (keyword-based)
|
| 99 |
+
|
| 100 |
+
**Purpose**: Demonstration of compliance knowledge retrieval
|
| 101 |
+
|
| 102 |
+
**Limitations**:
|
| 103 |
+
- Synthetic compliance documents
|
| 104 |
+
- Keyword matching (not semantic)
|
| 105 |
+
- Not suitable for actual compliance guidance
|
| 106 |
+
|
| 107 |
+
---
|
| 108 |
+
|
| 109 |
+
## Hub Features
|
| 110 |
+
|
| 111 |
+
### Navigation
|
| 112 |
+
|
| 113 |
+
- **Repository Cards**: Overview of each repository
|
| 114 |
+
- **Feature Lists**: Key capabilities of each tool
|
| 115 |
+
- **Use Case Examples**: Suggested applications
|
| 116 |
+
- **Direct Links**: Access to each repository
|
| 117 |
+
|
| 118 |
+
### Documentation
|
| 119 |
+
|
| 120 |
+
- **Technology Stack**: Common frameworks and libraries
|
| 121 |
+
- **Architecture Overview**: System structure
|
| 122 |
+
- **Disclaimers**: Important limitations and warnings
|
| 123 |
+
- **Contact Information**: Support and feedback channels
|
| 124 |
+
|
| 125 |
+
### Organization
|
| 126 |
+
|
| 127 |
+
- **Categorization**: Repositories grouped by type
|
| 128 |
+
- **Consistent Structure**: Uniform documentation across repos
|
| 129 |
+
- **Version Tracking**: Hub and repository versions
|
| 130 |
+
|
| 131 |
+
## Bias, Risks, and Limitations
|
| 132 |
+
|
| 133 |
+
### Known Limitations
|
| 134 |
+
|
| 135 |
+
**Hub Limitations**:
|
| 136 |
+
1. **Static Links**: Repository URLs must be manually updated
|
| 137 |
+
2. **No Search**: Cannot search across repositories
|
| 138 |
+
3. **No Analytics**: Doesn't track usage or popularity
|
| 139 |
+
4. **Manual Updates**: Requires manual maintenance
|
| 140 |
+
|
| 141 |
+
**Linked Repository Limitations**:
|
| 142 |
+
1. **Synthetic Data**: All data is artificial
|
| 143 |
+
2. **Simplified Logic**: Real systems are more complex
|
| 144 |
+
3. **No Production Use**: Not suitable for real operations
|
| 145 |
+
4. **Limited Scope**: Covers only basic scenarios
|
| 146 |
+
|
| 147 |
+
### Potential Risks
|
| 148 |
+
|
| 149 |
+
**Misuse Risk**:
|
| 150 |
+
- Users might attempt to use demo tools for production
|
| 151 |
+
- Synthetic data might be mistaken for real patterns
|
| 152 |
+
- Simplified logic might be considered sufficient
|
| 153 |
+
|
| 154 |
+
**Expectation Risk**:
|
| 155 |
+
- Users might expect production-ready code
|
| 156 |
+
- Demos might set unrealistic expectations
|
| 157 |
+
- Complexity of real systems might be underestimated
|
| 158 |
+
|
| 159 |
+
### Recommendations
|
| 160 |
+
|
| 161 |
+
Users should:
|
| 162 |
+
|
| 163 |
+
- Understand all tools are **demonstrations only**
|
| 164 |
+
- Never use for actual insurance operations
|
| 165 |
+
- Consult professionals for real implementations
|
| 166 |
+
- Recognize the gap between demos and production systems
|
| 167 |
+
- Review official documentation for real standards
|
| 168 |
+
|
| 169 |
+
## How to Get Started
|
| 170 |
+
|
| 171 |
+
### Accessing the Hub
|
| 172 |
+
|
| 173 |
+
1. Visit the Hugging Face Space
|
| 174 |
+
2. Browse repository descriptions
|
| 175 |
+
3. Click on repository links
|
| 176 |
+
4. Explore individual demos
|
| 177 |
+
|
| 178 |
+
### Using Individual Repositories
|
| 179 |
+
|
| 180 |
+
1. Read the repository README
|
| 181 |
+
2. Review the model card
|
| 182 |
+
3. Try the interactive demo
|
| 183 |
+
4. Examine the code (if interested)
|
| 184 |
+
|
| 185 |
+
## Technical Specifications
|
| 186 |
+
|
| 187 |
+
### Hub Architecture
|
| 188 |
+
|
| 189 |
+
**Components**:
|
| 190 |
+
- Gradio interface for navigation
|
| 191 |
+
- Markdown documentation
|
| 192 |
+
- Repository metadata
|
| 193 |
+
- External links
|
| 194 |
+
|
| 195 |
+
**No Computation**:
|
| 196 |
+
- Hub performs no calculations
|
| 197 |
+
- No data processing
|
| 198 |
+
- No model inference
|
| 199 |
+
- Pure navigation interface
|
| 200 |
+
|
| 201 |
+
### Linked Repository Technologies
|
| 202 |
+
|
| 203 |
+
**Common Stack**:
|
| 204 |
+
- Python 3.9+
|
| 205 |
+
- Gradio 4.44.0
|
| 206 |
+
- Pandas 2.1.4
|
| 207 |
+
- NumPy 1.26.2
|
| 208 |
+
|
| 209 |
+
**Deployment**:
|
| 210 |
+
- Hugging Face Spaces
|
| 211 |
+
- CPU-only (no GPU required)
|
| 212 |
+
- Public access
|
| 213 |
+
|
| 214 |
+
### Compute Infrastructure
|
| 215 |
+
|
| 216 |
+
**Hub Requirements**: Minimal - static interface
|
| 217 |
+
|
| 218 |
+
**Individual Repository Requirements**: Vary by repository (see individual model cards)
|
| 219 |
+
|
| 220 |
+
## Model Card Contact
|
| 221 |
+
|
| 222 |
+
For questions or feedback, contact Vercept.
|
| 223 |
+
|
| 224 |
+
## Glossary
|
| 225 |
+
|
| 226 |
+
- **Hub**: Central navigation portal
|
| 227 |
+
- **Repository**: Individual demo or dataset
|
| 228 |
+
- **Synthetic Data**: Artificially generated data
|
| 229 |
+
- **Demonstration**: Educational/illustrative tool
|
| 230 |
+
- **Production**: Real-world operational use
|
| 231 |
+
- **RAG**: Retrieval-Augmented Generation
|
| 232 |
+
- **IFRS 17**: International accounting standard for insurance
|
| 233 |
+
- **Chain Ladder**: Actuarial reserving method
|
| 234 |
+
|
| 235 |
+
## Repository Comparison
|
| 236 |
+
|
| 237 |
+
| Repository | Type | Complexity | Primary Use |
|
| 238 |
+
|------------|------|------------|-------------|
|
| 239 |
+
| **Datasets** | Data | Low | Testing/Development |
|
| 240 |
+
| **Fraud Triage** | Application | Medium | Workflow Demo |
|
| 241 |
+
| **IFRS Estimator** | Calculator | Medium | Education |
|
| 242 |
+
| **RAG Assistant** | Q&A System | Medium | Knowledge Demo |
|
| 243 |
+
|
| 244 |
+
## Maintenance & Updates
|
| 245 |
+
|
| 246 |
+
### Hub Maintenance
|
| 247 |
+
|
| 248 |
+
**Regular Tasks**:
|
| 249 |
+
- Update repository links
|
| 250 |
+
- Add new repositories
|
| 251 |
+
- Refresh documentation
|
| 252 |
+
- Fix broken links
|
| 253 |
+
|
| 254 |
+
**Version Control**:
|
| 255 |
+
- Hub version tracked in README
|
| 256 |
+
- Individual repos have own versions
|
| 257 |
+
- Change log maintained
|
| 258 |
+
|
| 259 |
+
### Individual Repository Updates
|
| 260 |
+
|
| 261 |
+
Each repository is maintained independently with:
|
| 262 |
+
- Bug fixes
|
| 263 |
+
- Feature enhancements
|
| 264 |
+
- Documentation updates
|
| 265 |
+
- Dependency updates
|
| 266 |
+
|
| 267 |
+
## Best Practices
|
| 268 |
+
|
| 269 |
+
### For Users
|
| 270 |
+
|
| 271 |
+
1. **Start with Documentation**: Read READMEs and model cards
|
| 272 |
+
2. **Understand Limitations**: Review disclaimers carefully
|
| 273 |
+
3. **Explore Interactively**: Try the demos hands-on
|
| 274 |
+
4. **Don't Misuse**: Never use for production
|
| 275 |
+
|
| 276 |
+
### For Developers
|
| 277 |
+
|
| 278 |
+
1. **Consistent Structure**: Follow established patterns
|
| 279 |
+
2. **Clear Documentation**: Comprehensive READMEs
|
| 280 |
+
3. **Explicit Disclaimers**: Warn about limitations
|
| 281 |
+
4. **Synthetic Data**: Never use real data
|
| 282 |
+
|
| 283 |
+
### For Educators
|
| 284 |
+
|
| 285 |
+
1. **Set Expectations**: Explain demo vs. production
|
| 286 |
+
2. **Use as Examples**: Illustrate concepts
|
| 287 |
+
3. **Encourage Exploration**: Let students experiment
|
| 288 |
+
4. **Discuss Limitations**: Teach critical thinking
|
| 289 |
+
|
| 290 |
+
## Future Enhancements
|
| 291 |
+
|
| 292 |
+
### Potential Hub Improvements
|
| 293 |
+
|
| 294 |
+
1. **Search Functionality**: Search across repositories
|
| 295 |
+
2. **Analytics Dashboard**: Usage statistics
|
| 296 |
+
3. **Version Tracking**: Automated version display
|
| 297 |
+
4. **Dependency Graph**: Show relationships between repos
|
| 298 |
+
|
| 299 |
+
### Potential New Repositories
|
| 300 |
+
|
| 301 |
+
1. **Underwriting Assistant**: Risk assessment demo
|
| 302 |
+
2. **Claims Processing**: Workflow automation demo
|
| 303 |
+
3. **Customer Service Bot**: Chatbot demonstration
|
| 304 |
+
4. **Risk Modeling**: Catastrophe modeling demo
|
| 305 |
+
|
| 306 |
+
## Model Card Authors
|
| 307 |
+
|
| 308 |
+
Qoder (Vercept)
|
| 309 |
+
|
| 310 |
+
## Disclaimer
|
| 311 |
+
|
| 312 |
+
⚠️ **CRITICAL NOTICE**:
|
| 313 |
+
|
| 314 |
+
This hub and all linked repositories are **demonstration tools only** using synthetic data and simplified logic. They are **not suitable for**:
|
| 315 |
+
|
| 316 |
+
- Production insurance operations
|
| 317 |
+
- Actual business decisions
|
| 318 |
+
- Regulatory compliance
|
| 319 |
+
- Financial reporting
|
| 320 |
+
- Customer-facing applications
|
| 321 |
+
- Any real-world insurance use
|
| 322 |
+
|
| 323 |
+
**All data is synthetic. All outputs are advisory only.**
|
| 324 |
+
|
| 325 |
+
**For actual insurance operations, consult qualified professionals and use production-grade systems.**
|
| 326 |
+
|
| 327 |
+
---
|
| 328 |
+
|
| 329 |
+
## Acknowledgments
|
| 330 |
+
|
| 331 |
+
This hub and its repositories were created to demonstrate insurance AI concepts for educational purposes. They represent simplified versions of complex real-world systems and should be used accordingly.
|
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|