juliensimon/imdb-demo-space
1
IMDB Sentiment Analysis
Classify movie reviews as positive or negative using a fine-tuned transformer model trained on the IMDB dataset. Type a review and get an instant sentiment prediction with confidence score.
<p align="center"> <img src="https://img.shields.io/badge/Task-Sentiment%20Analysis-blue" alt="Sentiment Analysis"> <img src="https://img.shields.io/badge/Dataset-IMDB-yellow" alt="IMDB"> <img src="https://img.shields.io/badge/Training-AutoNLP-green" alt="AutoNLP"> <img src="https://img.shields.io/badge/SDK-Gradio-orange" alt="Gradio"> </p>
How It Works
- Type or paste a movie review
- The model predicts whether the sentiment is positive or negative
- Get a result like: "This review is 97.42% positive"
Model
Examples
Run Locally
git clone https://huggingface.co/spaces/juliensimon/imdb-demo-space
cd imdb-demo-space
pip install -r requirements.txt
python app.py