alidenewade commited on
Commit
9cdc855
·
verified ·
1 Parent(s): e7a8699

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -6
README.md CHANGED
@@ -1,14 +1,66 @@
1
  ---
2
- title: Actuarial Model Point Generator
3
- emoji: 🌍
4
- colorFrom: yellow
5
- colorTo: indigo
 
6
  sdk: gradio
7
  sdk_version: 5.31.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: Generate and analyze synthetic actuarial model points.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ ---
3
+ title: "Actuarial Model Point Generator"
4
+ emoji: 🏗️
5
+ colorFrom: gray
6
+ colorTo: red
7
  sdk: gradio
8
  sdk_version: 5.31.0
9
  app_file: app.py
10
  pinned: false
11
  license: mit
12
+ short_description: Generate synthetic actuarial model points
13
+ tags:
14
+ - actuarial
15
+ - insurance
16
+ - model-points
17
+ - synthetic-data
18
+ - data-generation
19
+ - gradio
20
+ - dashboard
21
+ - portfolio-analytics
22
+ ---
23
+
24
+
25
+ # 🏗️ Actuarial Model Point Generator
26
+
27
+ A professional Gradio dashboard for **generating and analyzing synthetic insurance model points**.
28
+ Designed for actuaries and data scientists who need realistic portfolio data for testing, training, and analysis.
29
+
30
+ [![Open in Spaces](https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg)](https://huggingface.co/spaces/alidenewade/actuarial-model-point-generator)
31
+
32
+ ---
33
+
34
+ ## 🌟 Key Features
35
+
36
+ | Category | Highlights |
37
+ | -------- | ---------- |
38
+ | **📊 Interactive Generation** | • Set policy count, age/sum assured ranges, terms<br>• Positive **duration** ensures in-force modeling<br>• Supports **sex**, **policy counts**, and reproducible outputs |
39
+ | **📈 Advanced Analytics** | • Distribution charts per field<br>• Correlation matrix<br>• Box plots by term and duration<br>• Portfolio-level summaries |
40
+ | **📋 Professional Output** | • View table of generated policies<br>• Export to CSV<br>• Summary statistics by variable |
41
+ | **🎯 Actuarial Applications** | Ideal for:<br>• Model clustering<br>• Stress testing<br>• Product development<br>• Risk exposure profiling<br>• Simulation input |
42
+ | **🔧 Customization Options** | - Policy count: 100–50,000<br>- Age: 18–80<br>- Sum assured: custom min–max<br>- Policy term: multi-select (5–30 years)<br>- Sex: optional<br>- Policy count per row: fixed or variable |
43
+
44
  ---
45
 
46
+ ## 🚀 Quick Start (Hugging Face Spaces)
47
+
48
+ 1. Open [this Space](https://huggingface.co/spaces/alidenewade/actuarial-model-point-generator)
49
+ 2. Configure generation parameters
50
+ 3. Click **“Generate Portfolio”**
51
+ 4. Explore the analytics and export CSV if needed
52
+
53
+ ---
54
+
55
+ ## 🛠️ Local Installation
56
+
57
+ ```bash
58
+ # Clone this repository
59
+ git clone https://github.com/YOUR-USERNAME/actuarial-model-point-generator.git
60
+ cd actuarial-model-point-generator
61
+
62
+ # Install dependencies
63
+ pip install -r requirements.txt
64
+
65
+ # Run the app
66
+ python app.py