--- 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