Skip to content

Commit c7dfa9c

Browse files
authored
Update
1 parent 439784f commit c7dfa9c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Deploy-as-API-using-AWS/Readme.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<h1> Deploying Machine Learning Models as API using AWS </h1>
2+
3+
> As a machine learning practitioner, I used to build models. But just building models is never sufficient for real-time products. ML models need to be integrated with web or mobile applications. One of the best ways to solve this problem is by deploying the model as API and inferencing the results whenever required.
4+
5+
<h2>Architecture </h2>
6+
<img src='Images/main.png'>
7+
8+
<p><b>Workflow &nbsp;: &nbsp;</b>The client sends a request to the API. API trigger is added to the Lambda function which results in invoking the SageMaker endpoint and returning predictions back to the client through API.</p>
9+
10+
> Check out our article for detailed explanation.
11+
12+
<a href=
13+
'https://medium.com/towards-artificial-intelligence/deploying-machine-learning-models-as-api-using-aws-a25d05518084?source=friends_link&sk=51edbb3e4021c8ad7573dc28c4098b16'> Deploying Machine Learning Models as API using AWS </a>
14+
15+
16+
<h3> Thank You </h3>

0 commit comments

Comments
 (0)