Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 Fire Detection (IoT + Computer Vision)

A minimal IoT-based fire detection system that uses a camera to capture live video frames and a YOLO model trained on a RoboFlow fire dataset to identify fire in real time.


🚀 Overview

This project combines computer vision and IoT to automatically detect fire.
A custom YOLO model was trained using a RoboFlow fire image dataset, and the system continuously monitors the environment through a camera feed.

When a frame is captured:

  1. It is processed by the model
  2. The model predicts if fire is present
  3. If detected, the system triggers an alert/response

🧠 Model Details

  • Dataset: RoboFlow Fire Image Dataset
  • Model: YOLO (You Only Look Once)
  • Task: Fire vs. No Fire classification + bounding box detection
  • Training: Custom training on labeled fire images

📷 System Pipeline

  1. Camera captures live frame
  2. YOLO model processes the frame
  3. Fire detected → trigger IoT response
  4. If not detected → continue monitoring

🛠 Tech Stack

  • Python
  • YOLO (Ultralytics / YOLOv5 / YOLOv8)
  • OpenCV
  • RoboFlow dataset

About

An IoT-based fire detection system that uses a camera and a YOLO model trained on a RoboFlow fire dataset to identify fire in real time. The system processes live video frames, detects fire with high accuracy, and can trigger alerts or responses when fire is detected.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages