Skip to content

swapUniba/CrowdPulse-2.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

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.

New features

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

Instructions

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 20.3%
  • HTML 1.3%