https://github.com/axelniklasson/helper
Helping injured people get help faster by directing them to the most suitable emergency room.
https://github.com/axelniklasson/helper
gbgstartuphack hackathon reactjs
Last synced: about 2 months ago
JSON representation
Helping injured people get help faster by directing them to the most suitable emergency room.
- Host: GitHub
- URL: https://github.com/axelniklasson/helper
- Owner: axelniklasson
- License: mit
- Created: 2018-05-16T05:19:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T10:07:17.000Z (about 8 years ago)
- Last Synced: 2025-04-10T00:54:11.995Z (about 1 year ago)
- Topics: gbgstartuphack, hackathon, reactjs
- Language: JavaScript
- Homepage: https://helper.lejonkulan.ninja
- Size: 707 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HelpER
Helping injured people get help faster by directing them to the most suitable emergency room.
Winner of the design award at [Gothenburg Startup Hack](http://www.gbgstartuphack.com/) 2018
[](https://youtu.be/AUeVCgkFiRM)
## Approach
HelpEr guides patients to the most suitable emergency room with respect to the current number of people waiting, the specific injury, historical data and current location. By combining all these factors, patiens can be guided to the right emergency room and get help faster while at the same time minimizing the workload of the staff.
## Techniques
The frontend is built with React and sass for styling. Communication with the API is done over HTTP with a Node.js/Express backend. The historical data is used as input to a neural network which was trained and built with Python and this network is used to provide accurate recommendations and predict waiting time for different ERs. All this is tied together in a microservice fashion and deployed on a virtual private server at DigitalOcean.
## Try it out
HelpER can be tried out at [helper.lejonkulan.ninja](https://helper.lejonkulan.ninja). Mobile only.
## Team
* [Johan Angséus](https://github.com/angseus)
* [Simon Takman](https://github.com/SimonTakman)
* [Tim Kerschbaumer](https://github.com/timkersch)
* [Marcus Hultman](https://github.com/marcushultman)
* [Axel Niklasson](https://github.com/axelniklasson)