Skip to content

Commit c039d01

Browse files
committed
Added model deployment and automated releases
1 parent a45760f commit c039d01

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Sentiment analysis from MLOps paradigm
22

3+
![benchmark](https://github.com/Jithsaavvy/Sentiment-analysis-from-MLOps-paradigm/workflows/Test%20and%20benchmark%20models/badge.svg)
4+
![deploy](https://github.com/Jithsaavvy/Sentiment-analysis-from-MLOps-paradigm/workflows/Deploy%20to%20sagemaker/badge.svg)
5+
![releases](https://img.shields.io/github/v/release/Jithsaavvy/Sentiment-analysis-from-MLOps-paradigm)
6+
37
This project promulgates an **automated end-to-end ML pipeline** that trains a **bi-directional LSTM** network for sentiment analysis task, **tracks** experiments, **pushes** trained models to **model registry**, benchmark them by means of **model testing** and **evaluation**, pushes the best model into production followed by **dockerizing** the production model artifacts into a deployable image and **deploys** the same into cloud instance via **CI/CD**.
48

59
## Author
@@ -271,6 +275,10 @@ sagemaker._deploy(
271275
)
272276
```
273277

278+
| ![flowchart](./images/Sagemaker_endpoint.jpg) |
279+
|:--:|
280+
| <b>Figure 9: Production model deployed to AWS Sagemaker </b>|
281+
274282
**Note:** <br>
275283
*Every AWS resources created for this project will be deleted after the pipeline is executed successfully. This is done on purpose, to restrict and limit any incurring additional cost!!*
276284

images/Sagemaker_endpoint.jpg

84.3 KB
Loading

0 commit comments

Comments
 (0)