Sentiment Analyzer is a Python-based tool that uses Hugging Face’s Transformers to classify text as Positive or Negative. It takes user input, runs sentiment prediction using a pre-trained model, and displays the result with a confidence score. Ideal for beginners exploring NLP.
- Python
- Hugging Face Transformers
- Pre-trained DistilBERT model
- Real-time sentiment prediction via command-line interface
- Displays sentiment label and confidence score
- Beginner-friendly structure for easy understanding
- Can be extended to 3-class classification or UI integration