Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamaljm/rapidalert


https://github.com/jamaljm/rapidalert

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        




Markdownify


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




Screenshot




Fire Detector





Fire Detector




node mcu






Screenshot



## 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
```

---