File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Chapter-wise code/Code - PyTorch/5. Deploy Models to PROD via Amazon Sagemaker/2. Deploy your own sentiment analysis model Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # Deploying Sentiment Analysis Model to PROD using Amazon SageMaker
2+
3+ ## Algorithm
4+ 1 . Download or otherwise retrieve the data.
5+ 2 . Process / Prepare the data.
6+ 3 . Upload the processed data to S3.
7+ 4 . Build and train the pytorch model.
8+ 5 . Test the trained model (typically using a batch transform job).
9+ 6 . Deploy the trained model.
10+ 7 . Use the deployed model and delete the end-point after use.
11+ 8 . Re-deploy the model for web-app.
12+ * Create a Lambda function and assign it an IAM role.
13+ * Set-up the API gateway
14+ 9 . Deploy the end-point to PROD.
15+
16+ ## Results
17+
18+ ### Testing the web-app on positive reviews
19+
20+ <img src =" Img/pos_review.png " ></img ><br ><br >
21+
22+
23+ ### Testing the web-app on negative reviews
24+
25+ <img src =" Img/neg_review.png " ></img ><br ><br >
26+
27+ ## Notes
28+ In order to raise ticket follow the below link-<br >
29+
130[ support ticket for instance capacity raise] ( https://console.aws.amazon.com/support/home?region=ap-south-1#/case/?displayId=7076603351&language=en )
You can’t perform that action at this time.
0 commit comments