Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

WebApp - UFO's Sightings over the past century

Tools

  • Pickle - module that allows us to serialise and deserialise objects in Python. So that we can save some more complex/ custom data types such as instances from our classes.
  • Flask - a lightweight WSGI web application framework in Python, become a popular choice for deploying machine learning models.

Run python app.py or python3 app.py on terminal- web server starts up, locally and can fill out the form to get an answer.

References: https://github.com/microsoft/ML-For-Beginners/tree/main/3-Web-App/1-Web-App