Skip to content

Created a user-friendly responsive web interface for an AI-Powered Sentiment Analysis Tool (positive, negative, or neutral) for Movie Reviews.

Notifications You must be signed in to change notification settings

SidharthAgg/Sentiment-Analysis-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

🎬 Sentiment Analysis App

A full-stack app to analyze movie reviews using a rule-based sentiment analyzer.

Tech Stack

  • ReactJS
  • Node.js + Express
  • PostgreSQL

How to Run

  1. Install dependencies:

    • In frontend/: npm install
    • In backend/: npm install
  2. Create .env file in backend/

  3. Start servers:

    cd backend && nodemon server.js
    cd frontend && npm start
    
  4. Information: The website has a session timeout for every 1 min. Therefore, the website will get refreshed after every minute.

  5. Screenshots: Link 1 - https://drive.google.com/drive/folders/1KZ3_DsLbTkizz_n746Z4zlmASO0CBvKH?usp=drive_link

About

Created a user-friendly responsive web interface for an AI-Powered Sentiment Analysis Tool (positive, negative, or neutral) for Movie Reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published