Repository files navigation # FRAME Risk Assessment App
**Status:** ✅ Completed
**Type:** Cross-Platform Application for Fire Risk Assessment and Visualization
## Overview
The **FRAME Risk Assessment App** automates the *Fire Risk Assessment Method for Engineering (FRAME)* by calculating risk indices, visualizing results, and providing interactive decision support for safety engineers.
The system integrates a **Python computational model** with a **SwiftUI mobile interface**, bridging quantitative fire-risk analysis and real-time visualization.
## Key Features
- 🧮 Automated FRAME calculations (A, P, D, R factors)
- 📊 Real-time risk matrix and color-coded outputs
- 📱 SwiftUI mobile interface for interactive input and visualization
- 📤 Exportable analytical reports (HTML / PDF)
- ⚙️ Multi-language architecture (Python backend + SwiftUI frontend)
## Tech Stack
| Layer | Technology |
|--------|-------------|
| **Backend / Model** | Python (NumPy, pandas, Matplotlib) |
| **Frontend** | SwiftUI (iOS) |
| **Integration** | REST / File-based data exchange |
| **Design Assets** | Lottie animations, layered UI for user interaction |
## Computational Logic
The Python notebook (`FRAME.ipynb`) implements the FRAME algorithm as:
\[
R = \frac{A \times P \times D}{C}
\]
Where:
- **A** — Activity factor (fire source probability)
- **P** — Protection factor (control measures)
- **D** — Damage factor (potential severity)
- **R** — Final fire risk index
Results are visualized using color-coded matrices and exported for use by facility engineers.
# FRAME-Risk-App
About
Fire Risk Assessment & Visualization App
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.