https://github.com/bin-pdt/mobile_fire_detection
GRADUATION PROJECT - A FIRE DETECTION FRAMEWORK
https://github.com/bin-pdt/mobile_fire_detection
android-application fire-notification firebase java mobile-development
Last synced: about 1 month ago
JSON representation
GRADUATION PROJECT - A FIRE DETECTION FRAMEWORK
- Host: GitHub
- URL: https://github.com/bin-pdt/mobile_fire_detection
- Owner: BIN-PDT
- Created: 2024-10-10T13:25:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-27T05:36:39.000Z (about 1 month ago)
- Last Synced: 2025-03-27T06:28:26.668Z (about 1 month ago)
- Topics: android-application, fire-notification, firebase, java, mobile-development
- Language: Java
- Homepage:
- Size: 886 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIRE DETECTION MOBILE APPLICATION

The real-time fire detection system, built upon the YOLOv10 deep learning model, is deployed on an embedded platform where the Raspberry Pi serves as the central processing unit, integrating the Camera Module for real-time image capture and the Coral USB Accelerator for accelerated model inference. This setup ensures rapid and efficient processing of incoming data, allowing the YOLOv10 model to analyze images and accurately detect fire-related signs such as flames or smoke. Upon detecting a sign, the Raspberry Pi sends events to Firebase for data storage and management, which includes Firebase Realtime Database for event recording, Firebase Authentication for user access control, and Firebase Storage for image storage and retrieval. Simultaneously, an instant notification is triggered and delivered to the user’s mobile application via Firebase Cloud Messaging service. Specifically, users can access event details, including captured images and timestamps, through the application interface for situational awareness. Consequently, this ensures that users receive critical alerts promptly, allowing them to make timely and well-informed decisions. Overall, the real-time fire detection system leverages advanced technologies, including YOLO, Firebase, Raspberry Pi, and Coral, to optimize fire detection and alerting efficiency. Furthermore, this approach guarantees the swift delivery of critical information to users, enhancing emergency situation management, reducing false alarms, and protecting vital areas through proactive monitoring and timely response actions.
## PROJECT
- _System_
```
git clone https://github.com/BIN-PDT/GUI_FIRE_DETECTION.git && rm -rf GUI_FIRE_DETECTION/.git
```- _User_
```
git clone https://github.com/BIN-PDT/MOBILE_FIRE_DETECTION.git && rm -rf MOBILE_FIRE_DETECTION/.git
```