Skip to content

Coursework project for CSE 573 @ ASU to analyze live sentiment of Twitter tweets

Notifications You must be signed in to change notification settings

Arutselvan/tweets_sentiment_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Twitter Sentiment Analysis

Coursework project for CSE 573 @ ASU to analyze live sentiment of Twitter tweets ui

Application Architecture

Screen Shot 2023-04-10 at 11 35 26 AM

Multi Layer Perceptron Architecture

Screen Shot 2023-04-10 at 11 35 50 AM

Run Backend

Before trying to start the Django server, make sure Redis server is running using the default port 6379

cd sentibackend
pip install -r requirements.txt
python manage.py runserver

Run Frontend

cd sentiment_dashboard
npm install
npm start

About

Coursework project for CSE 573 @ ASU to analyze live sentiment of Twitter tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published