Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 716 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 716 Bytes

Snow-day-predictor

This is the frontend GitHub page for our snow day predictor project, found at http://www.calculatesnowdays.com.

The project is written in NodeJS, Python, and frontend languages(HTML, CSS, JS). It is fully dockerized and running in an Amazon Lightsail virtual machine. To predict the chance of a snow day, a tensorflow model was trained and saved locally, and a Python service was written to receive GET requests with snow data and return the model's prediction.

Other github pages