HienT/customer-feedback-classifier
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Customer Feedback Sentiment Classifier
A real-world NLP app to classify customer feedback as Positive or Negative using Hugging Face Transformers.
Features
- Powered by
distilbert-base-uncased-finetuned-sst-2-english - Simple and clean Gradio web UI
- Deployable on Hugging Face Spaces for public demo or internal testing
Example
Input: "The product was defective and late." Output: Prediction: NEGATIVE (97.2%)
