Twitter Sentiment Analysis

Analysis of real time tweets to review products, using Flask and React.


Installation Guide for backend

  1. Create a virtual environnment
cd api
virtualenv -p python venvv
  1. Activate the virtual env
venvv/Scripts/activate
  1. Install Flask
pip install flask