File size: 772 Bytes
e10bd6b 03a049c e10bd6b bb4dd3b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
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` |