Aim of this project is to develop a deep learning model to detect early fire on a edge device for laser machine applications.
It has been achieved through below steps.
- Kaggle online dataset is used for training.
- Engineered fire features using OpenCV APIs
- Extended VGG16 model and retrained with fire dataset
- Evaluated and tested the model performance on PC
- Compressed model size by quantization technique
- Converted model to TFLite model and deployed it on Raaspberry PI3 board.
- Achieved inference performance of 20f/minute on RPi3 board.
Fire Detection on PC
https://drive.google.com/file/d/1nwjUtzd-wKx38WXLqq1rBISrr6xdbe-G/view?usp=sharing
Fire Classification on RPI3 board
https://drive.google.com/file/d/17ET_BHGeVueDgxhbbx-6rUoU-Xr2OSCb/view?usp=sharing
Please check report for more information.