Skip to content

Commit 179a3a2

Browse files
authored
created readme.md
added basic project description
1 parent c900d8c commit 179a3a2

File tree

1 file changed

+17
-0
lines changed
  • 5. Deploying a Sentiment Analysis Model

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:star: Fully operational AI project to do the **sentiment analysis** of the **movie review**.
2+
3+
:cd: It uses **IMDB dataset** for training the model using **Recurrent Neural Network** *(LSTM cell)*.
4+
5+
:computer: It is developed on **Pytorch** and deployed on **AWS Sagemaker**.
6+
7+
## Sample Predictions
8+
9+
![](https://github.com/NirmalSilwal/UDACITY-Deep-Learning-Nanodegree-PROJECTS/blob/master/5.%20Deploying%20a%20Sentiment%20Analysis%20Model/predictions/sentiment_check1.JPG)
10+
11+
![](https://github.com/NirmalSilwal/UDACITY-Deep-Learning-Nanodegree-PROJECTS/blob/master/5.%20Deploying%20a%20Sentiment%20Analysis%20Model/predictions/sentiment_check2.JPG)
12+
13+
![](https://github.com/NirmalSilwal/UDACITY-Deep-Learning-Nanodegree-PROJECTS/blob/master/5.%20Deploying%20a%20Sentiment%20Analysis%20Model/predictions/sentiment_check4.JPG)
14+
15+
## Project Architecture
16+
17+
![](https://github.com/NirmalSilwal/UDACITY-Deep-Learning-Nanodegree-PROJECTS/blob/master/5.%20Deploying%20a%20Sentiment%20Analysis%20Model/Web%20App%20Diagram.svg)

0 commit comments

Comments
 (0)