Skip to content

Commit

Permalink
Added model deployment and automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jithsaavvy committed Feb 1, 2023
1 parent a45760f commit c039d01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Sentiment analysis from MLOps paradigm

![benchmark](https://github.com/Jithsaavvy/Sentiment-analysis-from-MLOps-paradigm/workflows/Test%20and%20benchmark%20models/badge.svg)
![deploy](https://github.com/Jithsaavvy/Sentiment-analysis-from-MLOps-paradigm/workflows/Deploy%20to%20sagemaker/badge.svg)
![releases](https://img.shields.io/github/v/release/Jithsaavvy/Sentiment-analysis-from-MLOps-paradigm)

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**.

## Author
Expand Down Expand Up @@ -271,6 +275,10 @@ sagemaker._deploy(
)
```

| ![flowchart](./images/Sagemaker_endpoint.jpg) |
|:--:|
| <b>Figure 9: Production model deployed to AWS Sagemaker </b>|

**Note:** <br>
*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!!*

Expand Down
Binary file added images/Sagemaker_endpoint.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c039d01

Please sign in to comment.