Skip to content

Aryan27-max/FLARE-ALERT

Repository files navigation

πŸ”₯ Project Origin & Authorship

FLARE-ALERT is an original AI-powered fire detection and safety system conceptualized and developed by Aryan Gupta since 2024.

This repository represents ongoing research and engineering work. Any derivative use must provide proper attribution to the original author.

🚨 FLARE ALERT: Fire Safety (disaster mitigation) System πŸš—βš‘

Overview

FlareAlert AI is a cutting-edge disaster mitigation system designed to improve safety in industrial zones. It leverages FlareFix, a compact thermal IoT add-on, to upgrade existing CCTV cameras with:

  • πŸ”₯ Thermal heat detection
  • 🧠 AI-based fire risk analysis
  • 🚨 Smoke bomb/tampering recognition

Features

  • πŸ”₯ Thermal Heat Detection: Detect abnormal heat patterns before they escalate into fires.
  • πŸ€– AI-Powered Fire Risk Analysis: Classify risks as normal, overheating, or fire.
  • πŸ•΅οΈβ€β™‚οΈ Tampering Detection: Recognize smoke bomb or camera obstruction attempts to prevent burglaries.
  • πŸ–₯️ Edge Computing with Google Coral TPU: Real-time alerts with minimal latency, reducing dependency on cloud connectivity.
  • πŸ’° Affordable and Scalable: Low cost and easy deployment for India's industrial zones.

CHECKOUT THE WEPAPP

https://flare-guardian-ai.lovable.app/


Problem Statement

Key Threats:

  • πŸ‘©β€πŸ”¬ Human Casualties: Overheating of machines and electrical components leading to fires.
  • πŸ’Έ Asset Loss: Destruction of expensive equipment and infrastructure due to delayed fire detection.
  • 🚷 Burglaries: Criminals using methods to obstruct CCTV cameras, bypassing traditional security.

Why It Matters:

  • India’s industrial zones are plagued by insufficient fire prevention systems.
  • The need for a scalable, affordable solution to prevent fires, protect assets, and ensure safety.

Proposed Solution: FlareAlert AI

FlareAlert AI uses FlareFix to enhance existing security camera systems, providing three key protections:

  • πŸ”₯ Fire Risk Detection
  • πŸ’Ž Asset Safety
  • πŸ›‘οΈ Theft Prevention

Approach

Technologies Used:

  • πŸ’» Hardware:

    • πŸ”₯ FLIR Lepton 2.5/3.0 Thermal Sensor
    • πŸ€– Google Coral TPU (Edge AI compute)
    • πŸ”§ Custom PCB with thermal camera mount (FlareFix)
  • πŸ’» Software:

    • 🐍 Python (AI model training with TensorFlow Lite)
    • πŸ–ΌοΈ OpenCV (Handling video and thermal streams)
    • βš™οΈ Flask/Django (Backend alert system)
    • πŸ“‘ Firebase/MQTT (Real-time alert delivery)

Workflow:

  1. πŸ“· Thermal feed captured via FlareFix.
  2. 🧠 Edge inference using Google Coral TPU for real-time classification.
  3. ⚠️ Risk classification into normal, overheating, tampering, or fire.
  4. πŸ”” Alert system sends notifications to control rooms and emergency contacts.
  5. πŸ“Š Dashboard/Logs maintained on a local server or cloud.

Feasibility and Viability

Feasibility:

  • πŸ–₯️ Hardware Compatibility: FlareFix attaches to existing cameras with no need for replacements.
  • ⚑ Edge Processing: Google Coral TPU for low-latency AI processing.
  • πŸ’΅ Cost: The initial setup (~β‚Ή15k per camera) is affordable for Indian industrial sites.

Potential Challenges:

  • ⚠️ False Positives: Due to environmental temperature changes.
  • ⏳ Network Delays: In remote industrial areas.
  • πŸ› οΈ Sensor Durability: Harsh industrial environments may affect sensor longevity.

Mitigation Strategies:

  • πŸ€– AI Model Optimization with localized thermal datasets.
  • 🌐 Edge+Cloud Hybrid Architecture: Local processing with cloud sync for backup.
  • β˜” Weatherproof Design: Rugged, durable FlareFix casing for industrial conditions.

Impact and Benefits

Target Audience:

  • 🏭 Factory Owners & Managers: Reduced accidents and improved workplace safety.
  • πŸ’Ό Insurance Companies: Reduced payouts and incentivized adoption with premium discounts.
  • 🌍 Local Communities: Safer industrial zones with fewer fire-related disasters.

Key Benefits:

  • πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Social: Saves lives through early detection, enhances safety culture.
  • πŸ’° Economic: Prevents significant asset loss, reduces insurance premiums.
  • 🌱 Environmental: Minimizes toxic emissions from fires, reduces carbon footprint.

Prototype Demo

πŸŽ₯ Video 1
πŸŽ₯ Video 2

References

License

This project is licensed under the MIT License - see the LICENSE file for details.


Team: Team Aurora
Leader: Aryan Raj Gupta
Track: AI/ML (Disaster Mitigation)


πŸ› οΈ Tech Stack πŸ”§

  • Frontend:
    • βš›οΈ React
    • πŸ—οΈ Vite
    • πŸ”΅ TypeScript
    • 🎨 TailwindCSS
  • Backend: Node.js (Future Integration)
  • Deployment: Vercel (for frontend deployment)

πŸš€ Getting Started πŸ–₯️

πŸ“₯ Clone the repository:

git clone https://github.com/your-username/flare-alert.git
πŸ“‚ Navigate to the project directory:
bash
Copy
cd flare-alert
πŸ“¦ Install dependencies:
bash
Copy
npm install
🚦 Running the App:
πŸš€ Start the development server:

bash
Copy
npm run dev
🌍 Open your browser and visit http://localhost:3000 to view the app.

πŸ—‚οΈ Folder Structure:
plaintext
Copy
β”œβ”€β”€ public/                    # Static files (including logo)
β”œβ”€β”€ src/                       # Source code files
β”œβ”€β”€ .gitignore                 # Git ignore file
β”œβ”€β”€ README.md                  # Project overview
β”œβ”€β”€ bun.lockb                  # Lock file for dependencies
β”œβ”€β”€ components.json            # Project components
β”œβ”€β”€ eslint.config.js           # Linter configuration
β”œβ”€β”€ index.html                 # HTML entry point
β”œβ”€β”€ package-lock.json          # Lock file for npm dependencies
β”œβ”€β”€ package.json               # npm package configuration
β”œβ”€β”€ postcss.config.js          # PostCSS config
β”œβ”€β”€ tailwind.config.ts         # Tailwind CSS configuration
β”œβ”€β”€ tsconfig.app.json          # TypeScript configuration (App)
β”œβ”€β”€ tsconfig.json              # Main TypeScript configuration
β”œβ”€β”€ tsconfig.node.json         # Node.js TypeScript configuration
β”œβ”€β”€ vite.config.ts             # Vite config for bundling

🀝 Contributing:

We welcome contributions to FLARE ALERT! Feel free to fork the repository, create a new branch, and submit a pull request. All contributions should follow the coding standards and best practices outlined in the project.


πŸ“„ License: This project is licensed under the MIT License. See the LICENSE file for more details.


πŸ™ Acknowledgements: NVIDIA A100 GPUs: For supporting the computational requirements of the machine learning models. πŸ–₯️

Google Coral: For edge computing and integration with vehicle systems. πŸ€–

Project Inspiration: FLARE ALERT is inspired by the urgent need for sustainable fire safety in India’s growing EV infrastructure. 🌱


πŸ“„ License

This project is licensed under the Apache2.0 License.


πŸ“ž Contact: For more information, feel free to contact the FLARE ALERT development team:

πŸ“§ Email:gupta.raj.aryan.2005@gmail.com

πŸ–₯️ GitHub: github.com/Aryan27-max

About

FLARE-ALERT is an AI-powered fire safety system using thermal imaging and edge computing to detect fires, analyze risks, and spot tampering in real time. Built for industrial sites, it sends instant alerts via Firebase/MQTT, offering a fast, scalable, and affordable safety upgrade.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages