rviana's picture
Add project files for IMDb sentiment analysis
68ecee6
|
raw
history blame
520 Bytes
---
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