Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 304 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 304 Bytes

FIRE-SMOKE-DETECTION

The project aims at categorizing images into three classes FIRE , SMOKE and NEUTRAL.

config.py file contains definition of hyper-parameters.

firedetectionnet.py contains the keras model's architecture.

prediction.py is an Open-cv script to distinguish pictures in real time.