CoviSA is a Visualization Dashboard for analyzing the Sentiments and Emotions related to COVID-19 Tweets.The project fetched data from Twitter and analysed it using a ML Model. The web app is developed with ReactJS served over a Flask server.
Developed using React, ML Model in Python, served over a Flask Server..
Every word has an emotion attached to it
- Pulkit Mehta - Development and Testing
- Kunwar Taneja - Data Analyst
- Divya Sharma - UI Designer
- Bhavesh Singhal - Data Management
-
Add the api's and key's as mentioned in the code comments.
-
Install the node and python dependencies. -The react build has been ejected to work according to a flask server.
-
Move to the covisa-react directory and use the commands :
yarn build
Followed By:
yarn start-api
This would serve the React App over a Flask Server.