From 5b38bb3491e7ce1fa70311a2a6f69247fb2bf370 Mon Sep 17 00:00:00 2001
From: Mathi <152358838+mathi7585@users.noreply.github.com>
Date: Sun, 29 Sep 2024 18:09:34 +0530
Subject: [PATCH 1/2] Update Day-2-Assignments.md
---
Day#2/Day-2-Assignments.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/Day#2/Day-2-Assignments.md b/Day#2/Day-2-Assignments.md
index f1dce35..a3b01a1 100644
--- a/Day#2/Day-2-Assignments.md
+++ b/Day#2/Day-2-Assignments.md
@@ -5,12 +5,12 @@
| Status | Questions |
|----------------|---------------|
-|
| Create a simple machine-learning application & verify the prediction based on the given score |
-| | Create a simple machine-learning application & verify the accuracy |
-| | [Docker Compose] Create a docker-compose file for the 2 images: your flask app and the machine learning app and run the same view the page in browser |
-| | Commit all the code to GitHub Repo |
-| | Document all the learnings with screenshots in the GitHub Wiki / in .md file |
-| | Create a post on Linkedin |
+| | Create a simple machine-learning application & verify the prediction based on the given score |
+| | Create a simple machine-learning application & verify the accuracy |
+| | [Docker Compose] Create a docker-compose file for the 2 images: your flask app and the machine learning app and run the same view the page in browser |
+| | Commit all the code to GitHub Repo |
+| | Document all the learnings with screenshots in the GitHub Wiki / in .md file |
+| | Create a post on Linkedin |
***
@@ -24,7 +24,8 @@
#### #1 Create a simple machine learning application. Execute the program in local and verify the prediction based on the given score.
#### Write the Dockerfile & create the docker image named : ml-docker-app-flask. Run the docker image and verify the prediction based on the given score. Tag the image in this format : : ml-docker-app-flask. Push the image to DockerHub
-> Add your answer here!
+
+
***
From b171a71d34e042509b7ffb7e5116fdc815f28b32 Mon Sep 17 00:00:00 2001
From: Mathi <152358838+mathi7585@users.noreply.github.com>
Date: Sun, 29 Sep 2024 18:10:23 +0530
Subject: [PATCH 2/2] Update Day-2-Assignments.md
---
Day#2/Day-2-Assignments.md | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/Day#2/Day-2-Assignments.md b/Day#2/Day-2-Assignments.md
index a3b01a1..58483d6 100644
--- a/Day#2/Day-2-Assignments.md
+++ b/Day#2/Day-2-Assignments.md
@@ -5,12 +5,12 @@
| Status | Questions |
|----------------|---------------|
-| | Create a simple machine-learning application & verify the prediction based on the given score |
-| | Create a simple machine-learning application & verify the accuracy |
-| | [Docker Compose] Create a docker-compose file for the 2 images: your flask app and the machine learning app and run the same view the page in browser |
-| | Commit all the code to GitHub Repo |
-| | Document all the learnings with screenshots in the GitHub Wiki / in .md file |
-| | Create a post on Linkedin |
+| | Create a simple machine-learning application & verify the prediction based on the given score |
+| | Create a simple machine-learning application & verify the accuracy |
+| | [Docker Compose] Create a docker-compose file for the 2 images: your flask app and the machine learning app and run the same view the page in browser |
+| | Commit all the code to GitHub Repo |
+| | Document all the learnings with screenshots in the GitHub Wiki / in .md file |
+| | Create a post on Linkedin |
***
@@ -24,9 +24,7 @@
#### #1 Create a simple machine learning application. Execute the program in local and verify the prediction based on the given score.
#### Write the Dockerfile & create the docker image named : ml-docker-app-flask. Run the docker image and verify the prediction based on the given score. Tag the image in this format : : ml-docker-app-flask. Push the image to DockerHub
-
-
-
+> Add your answer here!
***
#### #2 Create a simple machine learning application. Execute the program in local and verify the accuracy