From 161d8695eca78407a510e173468bfd862093e611 Mon Sep 17 00:00:00 2001 From: Foo-x Date: Fri, 20 Aug 2021 19:56:13 +0900 Subject: [PATCH] style: clean 3. readme --- 3-Web-App/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/3-Web-App/README.md b/3-Web-App/README.md index 771bbc6172..c78be166ef 100644 --- a/3-Web-App/README.md +++ b/3-Web-App/README.md @@ -1,11 +1,10 @@ # 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. +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 Michael Herren on Unsplash - ## Lessons @@ -13,10 +12,10 @@ Photo by