Skip to content

anubhavshrimal/SageMaker-PyTorch-Model-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This project is done as a part of the Udacity's Deep Learning Nanodegree. Amazon's SageMaker is an AWS Machine Learning service that allows us to deploy ML models and get inferences from the model using the provided endpoint.

  • Used SageMaker to train and deploy Sentiment Analysis model over IMDB movie reviews dataset.
  • Created Lambda function to receive input review, preprocess and get inferences from the deployed model.
  • Created API to allow access of the endpoint using a webapp.
  • Created a simple Webapp to input review and get inference by the model whether the review is POSITIVE/NEGATIVE.

About

Deployed a Pytorch model which predicts the sentiment of a review using Amazon's SageMaker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published