GitXplorerGitXplorer
m

McChillERs

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
2f3552b7a63dda6c0d302c7d35fdcddcc161f9e7

Update README.md

mmayaliliya committed 5 years ago
Unverified
7b9bfee8d1d670cb981e4a8f29e28000c1544a86

added camera photo for readme

mmayaliliya committed 5 years ago
Unverified
f1bc17e64c7ad09de0329dc498290f087448bf2b

removed unnecessary files, and deleted test.html

DDarshilShah-12 committed 6 years ago
Unverified
57f517db49621b77c7b3a78f8cfdc5b268928871

Merge branch 'master' of https://github.com/mayaliliya/McChillERs

DDarshilShah-12 committed 6 years ago
Unverified
d68a51f47a0ec3dae1a09bb6a3ad2c64e77db311

some changes to ui

DDarshilShah-12 committed 6 years ago
Unverified
ae1515b44a535972a13450696e0821713fb93100

deleted website copy mistake

mmayaliliya committed 6 years ago

README

The README file for this repository.

McChillERs - McHacks 2019

By Maya Pavlova, Kira Wadden, Danielle Erb, Darshil Shah The repository stores the project code submitted for the McGill Hackathon hosted by MLH (Majour League Hacking) in 2019.

Project Summary

The goal of the project was to help guide the public to the closest available emergency care center and walk-in clinics based on real-time patient availability. The problem space focused on connecting the public to information such as patient availability in health care environments to allow for more informed decisions - such as best clinic to travel to and best times to go to a clinic - based on real-time statistics.

The project was demoed during the hackathon and won the Cisco Meraki Integrated Hardware Challenge.

Project Components

Cisco Meraki MV Camera

The Cisco Meraki MV camera and Dashboard API was used to monitor the number of people present in a room at real time. The python script test_rest_api.py was used to interact with the Dashboard API and process the number of people in a room attribute. The max occupancy was hardcorded for demo purposes.

Web Interface

The simple, user web interface can be found at index.html. The interface requires the user to input their current location and whether they require an Emergency Room or a Walk-In Clinic using drop down menus. The Google GCP Map API was used for automatically loacting the address as a fill-in process.

Twillio Messaging

We experimented with the Twillio messaging services for the project to use as an instant messaging service. However, this part of the project was not fully completed.