Calculates the percent probability of a snowday (school is cancelled or busses aren't running). To see it in action visit snowdaypredictor.net
Each folder has a sub-project that has its own instructions for running, building and deploying.
Designed to run in AWS Lambda. Checks weather at given location, and uses pretrained model to predict chance of a snowday.
Historical weather and snowday announcements used to train model that can be used by the backend.
User-facing web page that gets the location the user wants to check, and retrieves the snowday probabilities from the backend.