Spaces:
Running
Running
File size: 520 Bytes
556d74a 68ecee6 |
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 |
---
title: IMDb Sentiment Analysis
emoji: 📚
colorFrom: pink
colorTo: gray
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# IMDb Sentiment Analysis
This project demonstrates a sentiment analysis model trained on the IMDb dataset using the Hugging Face Transformers library.
## Installation
To install the necessary dependencies, run:
```bash
pip install -r requirements.txt
|