Skip to content

Adri-2424/Fire-Response

Repository files navigation

🔥 Fire Incident Analysis & Benchmarking Tool

This project analyzes fire incident data using spatial data structures and provides a web-based UI for visualization and interaction. It consists of two main components:

  • Benchmark Console App (run via main.cpp)
  • Web UI (powered by Flask, runs locally in your browser)

🛠 Requirements

  • C++17 or later (for the benchmark app but it was built on c++20)
  • Python 3.7+
  • Flask (pip install flask)
  • Visual Studio Code (recommended)
  • Terminal (bash, PowerShell, etc.)

📊 Running the Benchmark App (C++)

  1. Open the repo in Visual Studio Code.
  2. Navigate to the file main.cpp.
  3. Run the code from the run tab without debugging and respond to the user prompts

🧪 Running the web APP (Flask)

  1. Open a terminal in Visual Studio Code
  2. In the terminal enter the command: python app.py
  3. Once local host connection has been established hold ctrl and click the link to begin using the UI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors