Social Media and Data Mining Term Project: "It’s Raining Cats and Dogs on Twitter". Analyzing presence and importance of cats and dogs in Twitter communities.
- First, you need to install all the python packages required of you. In order to do so, run
'pip3 install requirements.txt. - To run the front-end part of the app, you have to start the server. To do this, run
node server.js.
For training the sentiment anaylsis classifiers, there is a datset missing because of the size-limit. If you want to test and run the random forest classifier, download the file from #ttps://towardsdatascience.com/multi-class-text-classification-with-sklearn-and-nltk-in-python-a-software-engineering-use-case-779d4a28ba5