This is a simple sentiment analysis application. This app will get a sentence as user input, and return with a prediction of whether this sentence is positive, negative, or neutral. Here's how the end product will look:
Make sure you have the latest version of Python installed.
git clone <repo-url>
pip install -r requirements.txt
python main.py
Go to http://127.0.0.1:5000