R-aryan / Tweet_Sentiment_Analysis

Tweet Sentiment Analysis end to to end implementation, based on kaggle dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet Sentiment Analysis

The Kaggle dataset can be found here - Dataset

Steps to Run the Project:

  • create a virtual environment and install requirements.txt
  • After setting up the Requirements: go to backend/services/tweet_sentiment/api and run app.py
  • After running the app.py file you can send the post request at this URL - localhost:8080/tweet_sentiment/api/v1/predict

Following are the screenshots for the output, and the request.

  • Request sample

Sample request



  • Response Sample

Sample response

About

Tweet Sentiment Analysis end to to end implementation, based on kaggle dataset.

License:MIT License


Languages

Language:Jupyter Notebook 88.9%Language:Python 11.1%