Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamprakashsp authored Apr 1, 2021
1 parent 2ef95de commit 5c73e09
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

This project is based on the dataset available at https://www.kaggle.com/c/tweet-sentiment-extraction/overview which is composed of about 20k tweets to train sentiment predictors.

The "TweetsSentimentPredictions.ipynb" notebook will guide you through the process of tweets cleaning (a very basic NLP task when dealing with text data), training a few Deep Learning models with different architectures.
The "TweetsSentimentPredictions.ipynb" notebook will guide you through the process of tweets cleaning (a very basic NLP task when dealing with text data), training a few Deep Learning models with different architectures and doing some sample predictions.


# Sentiment Predictor Web App (Flask)

### How to use (with Docker)
### How to run (with Docker)

Step 1 -> git clone

Expand All @@ -16,7 +16,11 @@ Step 2 -> docker build -t flaskapp .
Step 3 -> docker run -p 8000:8000 flaskapp


### Without docker (Install the following libraries before running the app)
### Without docker

Step 1 -> git clone

Step 2 -> Install the following python libraries :-

numpy==1.19.2 or later

Expand All @@ -26,5 +30,7 @@ Keras ==2.4.3 or later

Flask ==1.1.2 or later

Step 3-> python app.py



0 comments on commit 5c73e09

Please sign in to comment.