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