- Hitesh Yadav - hitesh2@illinois.edu
- Shubhendu Bhaskar - sb59@illinois.edu
- Gopikrishnan Srinivasan - gs25@illinois.edu
- Sanjeev Singh - sksingh6@illinois.edu
- Chandan Goel - chandan3@illinois.edu
- Project Proposal - CS410 - Text Information Systems - GroupX - Project Proposal.pdf
- Progress Report - CS410 - Text Information Systems - Progress Report.pdf
- Final Report - CS410 - Text Information Systems - Final Report.pdf
- Final Presentation PPT - CS410 - Text Information Systems - Final presentation.pptx
- Final Project Presentation and Demo - CS410 - Text Information Systems - Sentiment Analysis of Tweets
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
- Install the required dependencies:
- 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
- Go to the directory frontend