This project represents a thesis work carried out at the University of Bari "Aldo Moro". It consists of an extension of the project "CrowdPulse". This software allows you to view the information present in tweets saved within a data collection (MongoDB) using graphs and tables.
The new features that this version presents are:
- Possibility to view the processed data with the "hate_speech_it" algorithm
- Ability to filter tweets by category
- Ability to generate WordCloud using captions generated by the image-to-text template
- Implemented a new section where you can view the links of the photos that are present in the tweets
Use the package manager npm to install the sofwtare:
cd backend
npm install
How to run:
# Start backend
cd backend
npm start
# Start frontend
cd frontend
npm start