Skip to content

s-gopikrishnan/cs410-text-info-systems

 
 

Repository files navigation

CS410 - Text Information Systems - Sentiment Analysis of Tweets

Group Name - GroupX

Members

  1. Hitesh Yadav - hitesh2@illinois.edu
  2. Shubhendu Bhaskar - sb59@illinois.edu
  3. Gopikrishnan Srinivasan - gs25@illinois.edu
  4. Sanjeev Singh - sksingh6@illinois.edu
  5. Chandan Goel - chandan3@illinois.edu

Documents:

  1. Project Proposal - CS410 - Text Information Systems - GroupX - Project Proposal.pdf
  2. Progress Report - CS410 - Text Information Systems - Progress Report.pdf
  3. Final Report - CS410 - Text Information Systems - Final Report.pdf
  4. Final Presentation PPT - CS410 - Text Information Systems - Final presentation.pptx
  5. Final Project Presentation and Demo - CS410 - Text Information Systems - Sentiment Analysis of Tweets

Running the application

Download the code from github

Make sure you have python v3.10.6, node v19 and npm 8.19 installed

  • Run Backend server
    • Install the required dependencies: pip install -r requirements.txt
    • Go to the directory backend cd backend
    • Run the nltk modules file: python nltk_modules.py
    • Run the server: python server.py
  • Run Frontend server
    • Go to the directory frontend cd frontend
    • Install the dependencies: npm install
    • Run the app: npm start
    • Open a browser and go to url http://localhost:3000

About

CS410 Project Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.3%
  • JavaScript 23.9%
  • CSS 9.0%
  • HTML 6.8%