Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamaljm/rapidalert
https://github.com/jamaljm/rapidalert
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamaljm/rapidalert
- Owner: jamaljm
- Created: 2023-04-15T08:43:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-17T19:06:01.000Z (over 1 year ago)
- Last Synced: 2024-10-12T02:27:57.560Z (2 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RapidAlert
Rapid Responses For Safer Communities
## About
This project was created for HackVerse 2023 by Team 520 .
## Team Members:- [Anand](https://github.com/zodwick)
- [Jeff Prakash](https://github.com/jeffprakash)
- [Muhammed Jamal](https://github.com/jamaljm)
Problem Statement •
Solution •
Key Features •
How To Use •
## Problem RapidAlert Solves
Inefficiencies and inabilities of our current system to effectively report, handle and communicate in times of emergencies* No quick and easy way for reporting
* Lack of usage of automated technologies to detect various accidents
* Lack of an automatable endpoint for such emergencies
* Lack of effective communication resources between various rapid response services## Solution
Quick and easy way for people to report accidents and request emergency services. The platform consists of a websitallows users to report accidents in real-time, including information such as the location, type of accident, and required help such as ambulance, police, and fire force.We have also done two automated emergency reporting mechanisms :
* OpenCV based fire detection
* Node-MCU based fire detector using flame sensor## Key Features
* Real-time updates using Firebase.
* Integration with Maps.
* User Authentication using Mobile Number
* Clean and simple UI
* Easy to read and write endpoints
* Automated Detection System Integration
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/jamaljm/RapidAlert# Go into the repository
$ cd RapidAlert# Install dependencies
$ npm install# Run the app
$ npm start
```---