GithubHelp home page GithubHelp logo

movie_review_app's Introduction

Movie Review Web Application

Welcome to the Movie Review Web Application! This application allows users to submit movie reviews, perform sentiment analysis on the reviews, and engage in upvoting and downvoting of reviews.

Limitation

  • The application currently relies on placeholder sentiment analysis data from a JSON file, which limits the accuracy of sentiment classification and doesn't reflect real-time sentiment changes.

Future Features

  • Given more time, I would implement user authentication to allow users to have individual profiles, track their own reviews, and prevent abuse of the upvote/downvote system.
  • Additionally, I would explore integrating a more advanced sentiment analysis service for accurate and dynamic sentiment analysis.

Table of Contents

Features

  • Submit movie reviews.
  • Perform sentiment analysis on reviews using AI/ML tools.
  • Upvote or downvote reviews.

Getting Started

Prerequisites

  • Node.js (v12 or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/msquare-2/movie_review_app.git
    npm run install-app
    npm run start

Usage

Adding a Review

  1. Open your web browser and navigate to http://localhost:3000 (or as specified in your frontend configuration).
  2. Enter your movie review in the provided textarea.
  3. Click the "Submit Review" button.

Analyzing Sentiment

After submitting a review, you will see the sentiment analysis result displayed as "Positive," "Negative," or "Neutral."

Voting on Reviews

Each review displays the number of upvotes and downvotes.

  • Click the "Upvote" button to upvote a review.
  • Click the "Downvote" button to downvote a review.

Technologies Used

  • React
  • Node.js
  • Express
  • Cohere AI (for sentiment analysis)
  • Bootstrap (for styling)

Contributing

Contributions are welcome! If you find any issues or want to enhance the application, please submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

movie_review_app's People

Contributors

msquare-2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.