File size: 1,281 Bytes
01cca7b
f5823da
 
 
 
01cca7b
 
f5823da
01cca7b
 
f5823da
 
3b213e4
f5823da
3b213e4
f5823da
3b213e4
 
 
 
 
 
 
f5823da
3b213e4
 
 
 
 
f5823da
 
 
 
 
 
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
30
31
32
33
34
35
36
---
title: Crash Intelligence Platform
emoji: 🛡️
colorFrom: green
colorTo: blue
sdk: static
pinned: false
short_description: AI crash material ranking and CAE card generation
---

# Crash Intelligence Platform

Comprehensive automotive crash-material intelligence dashboard for recommending, ranking, and validating materials across steel, aluminum, magnesium, composites, polymers, foams, elastomers, and adhesives.

## Dashboard modules

1. **Overview** — KPI gauges, family crashworthiness, crash vs weight scatter, scenario×family heatmap  
2. **Material Explorer** — energy absorption, cost vs sustainability, stress–strain curves, property table  
3. **Crash Scenario AI** — top recommendations by scenario/component with intrusion–energy trade-offs  
4. **Compare & Rank** — multi-objective radar + weighted ranking  
5. **Material Cards** — draft LS-DYNA / Abaqus / PAM-CRASH / Radioss cards with download  
6. **Validation** — AI vs CAE parity, error distribution, certification ladder  
7. **Data Library** — browse/export dataset views  

## Live Space

https://huggingface.co/spaces/WellmatixGenAI/Crash-Intelligence

## Local Streamlit (optional)

```bash
pip install -r requirements.txt
python -m utils.data_generator
streamlit run app.py
```