From d6676157da11694e6c964554bd7b01e014d8ebb1 Mon Sep 17 00:00:00 2001 From: Varada Kolhatkar Date: Wed, 4 Dec 2024 19:00:09 -0800 Subject: [PATCH] typos --- lectures/notes/24_deployment-conclusion.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lectures/notes/24_deployment-conclusion.ipynb b/lectures/notes/24_deployment-conclusion.ipynb index 860fec4..c1336cb 100644 --- a/lectures/notes/24_deployment-conclusion.ipynb +++ b/lectures/notes/24_deployment-conclusion.ipynb @@ -118,7 +118,7 @@ "source": [ "### Try out this moment predictor\n", "\n", - "https://cpsc330-moment-predictor.onrender.com/\n", + "[https://cpsc330-moment-predictor.onrender.com/](https://cpsc330-moment-predictor.onrender.com/)\n", "\n", "- In this lecture, I will show you how to set up/develop this. " ] @@ -903,10 +903,10 @@ } }, "source": [ - "### Deploying the API on a server\n", + "### Deploying the API on a server (not covered)\n", "\n", "- We now want to deploy it on a \"real\" server so others can send it requests. \n", - "- We will use render to deploy our app but you could also use other services such as AWS.\n", + "- You could use services such as AWS for this\n", "\n", "| | on localhost (my laptop) | on server (the interwebs) |\n", "|------|--------------------------|--------------------------|\n", @@ -923,7 +923,7 @@ } }, "source": [ - "Follow the instructions [here](https://render.com/docs/api) to try the API on server. " + "You can also use `render` for this. Follow the instructions [here](https://render.com/docs/api) to try the API on server. " ] }, { @@ -937,13 +937,13 @@ "### Discussion\n", "\n", "- There are many ways to deploy a model; a RESTful API is very common and convenient. \n", - "- As you can see, a simple deployment is fairly straightward. \n", + "- As you can see, a simple deployment is fairly straight forward. \n", "- However, there may be other considerations such as:\n", " - Privacy/security\n", " - Scaling to large number of requests\n", " - Error handling\n", " - Real-time / speed\n", - " - Low-resource environments (e.g. edge computing)\n", + " - Low-resource environments\n", " - etc." ] }, @@ -959,7 +959,7 @@ "\n", "- We'll take a longer break today.\n", "- Consider taking this time to fill out the instructor/TA evaluations if you haven't already.\n", - " - Evaluation link: https://canvas.ubc.ca/courses/149122/external_tools/53187 \n", + " - Evaluation link: [https://canvas.ubc.ca/courses/149122/external_tools/53187](https://canvas.ubc.ca/courses/149122/external_tools/53187) \n", "\n", "![](../img/eva-coffee.png)\n", "\n",