Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 782 Bytes

File metadata and controls

26 lines (16 loc) · 782 Bytes

Sentiment-Analysis-using-node.js

The objective of the project is to predict overall sentiment score of the company reviews.

Project Report- https://github.com/mitushaa/Sentiment-Analysis-using-node.js/blob/master/Report.pdf
Project Presentation -Presentation

Implementation Steps:

1. Install Node.js

link: https://nodejs.org/en/download/

2. Install atom

link: https://atom.io/

3. Intall P5.js

link: https://p5js.org/download/

4. Install packages on node.js using node.js command prompt

  • npm install express--save
  • type: node server.js
  • npm install nodemon-g

5. Host it on localhost:3000 (web browser)