Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.14.0
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
- Enter your review in the text box
- Click "Analyze Sentiment"
- 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