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 b25c9ef commit 2ef95de
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,25 @@ The "TweetsSentimentPredictions.ipynb" notebook will guide you through the proce


# Sentiment Predictor Web App (Flask)
### Dependencies (Install the following libraries before running the app)

Flask
### How to use (with Docker)

Tensorflow
Step 1 -> git clone

Keras
Step 2 -> docker build -t flaskapp .

Numpy & Pandas
Step 3 -> docker run -p 8000:8000 flaskapp

### How to use

Step 1 -> git clone
### Without docker (Install the following libraries before running the app)

numpy==1.19.2 or later

tensorflow==2.3.0 or later

Keras ==2.4.3 or later

Flask ==1.1.2 or later


Step 2 -> python app.py

0 comments on commit 2ef95de

Please sign in to comment.