A lightweight, deployable sentiment analysis app that uses a pretrained transformer model (distilbert-base-uncased-finetuned-sst-2-english) to classify text as positive or negative. Built with Hugging Face Transformers, PyTorch, and Streamlit.
Try the live app here: https://sentiment-analysis-web-app-ugodypqhh6napowvduphj3.streamlit.app/
- 🔍 Sentiment classification using fine-tuned DistilBERT
- 📄 Batch processing for multiple inputs
- 📊 (Optional) Sentiment visualization
- 💡 Clean, simple Streamlit UI
- 📦 Easy to run locally or deploy
