Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 917 Bytes

File metadata and controls

25 lines (14 loc) · 917 Bytes

🧠 Sentiment Analysis Web App with DistilBERT

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.

🚀 Demo

Try the live app here: https://sentiment-analysis-web-app-ugodypqhh6napowvduphj3.streamlit.app/

App demo


✨ Features

  • 🔍 Sentiment classification using fine-tuned DistilBERT
  • 📄 Batch processing for multiple inputs
  • 📊 (Optional) Sentiment visualization
  • 💡 Clean, simple Streamlit UI
  • 📦 Easy to run locally or deploy

📁 Project Structure