| --- |
| 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 |
| ``` |
|
|