gaurav0026's picture
Update README.md
03a049c verified

A newer version of the Gradio SDK is available: 5.29.1

Upgrade
metadata
title: Movie Review Sentiment Analysis
emoji: 🎬
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.25.2
app_file: gradio_app.py
pinned: false

Movie Review Sentiment Analysis

This is a sentiment analysis model that predicts whether a traveller's review is positive or negative. The model uses TF-IDF vectorization and a trained classifier to make predictions.

How to Use

  1. Enter your review in the text box
  2. Click "Analyze Sentiment"
  3. The model will predict whether the review is positive or negative

Model Details

  • Uses TF-IDF vectorization for text preprocessing
  • Trained on movie review data
  • Returns either "Positive Review 😊" or "Negative Review 😞"

Requirements

All required packages are listed in requirements.txt