This is a simple web app that uses a pretrained sentiment analysis model from Hugging Face (DistilBERT) and the Gradio library to classify user input as positive or negative.
- English sentiment classification
- Simple Gradio interface
- Deployed via Hugging Face Spaces
👉 Try the app here
git clone https://huggingface.co/spaces/your-username/your-space-name
cd your-space-name
pip install -r requirements.txt
python app.py