Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 911 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 911 Bytes

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