Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Daheer/fire-detector

Repository files navigation

fire-detector

Fires are a major safety concern in homes and offices. Early detection of fires is critical for preventing property damage and saving lives. This project aims to build a fire detection system using gas and temperature sensors to predict when there is a fire or not.

The system will use a gas sensor to detect the presence of liquified propane gas, carbon monoxide and smoke that typically hint fire hazard. Additionally, a temperature sensor will be used to detect abnormal temperature increases and humidity decreases.

The readings from the sensors will be processed by an Arduino board that will be connected to a computer. A Python script will analyze the data, and machine learning algorithms will be used to develop a model that can predict the likelihood of a fire.

The system includes a dashboard-like interface where the end-user can get alerts for detected fires and monitor the physical and chemical quantities around the environment.

Built with

Prerequisites

Usage

  • Setup your arduino, breadboard and sensors as shown here
  • Upload this sketch to the microcontroller using Arduino IDE or VS Code
  • pip install -r requirements.txt
  • pc init
  • pc run

Demo

Project Diagram

Schematic

About

Fire Detection System Using Gas and Temperature Sensors

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Python 91.3%
  • Jupyter Notebook 5.6%
  • C++ 3.1%