Skip to content

Commit

Permalink
UFO image
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Jun 17, 2021
1 parent 78c3fa8 commit 32d4bf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 3-Web-App/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Build a Web App to use your ML Model
# Build a web app to use your ML model

In this section of the curriculum, you will be introduced to an applied ML topic: how to save your Scikit-learn model as a file that can be used to make predictions within a web application. Once the model is saved, you'll learn how to use it in a web app built in Flask. You'll first create a model using some data that's all about UFO sightings! Then, you'll build a web app that will allow you to input a number of seconds with a latitude and a longitude value to predict which country reported seeing a UFO.

![UFO Parking](images/ufo.jpg)

Photo by <a href="https://unsplash.com/@mdherren?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Michael Herren</a> on <a href="https://unsplash.com/s/photos/ufo?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>


## Lessons

1. [Build a Web App](1-Web-App/README.md)
Expand Down
Binary file added 3-Web-App/images/ufo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32d4bf3

Please sign in to comment.