Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 393 Bytes

File metadata and controls

16 lines (11 loc) · 393 Bytes

BERT Sentiment Chatbot 🤖💬

This chatbot uses BERT to detect user sentiment (positive, negative, or neutral) and replies with helpful links.

🚀 Features:

  • BERT-based sentiment detection
  • Flask backend + simple web UI
  • Smart links for feedback, complaint, and help

💻 How to Run:

  1. Clone this repo
  2. Install dependencies:
    pip install -r requirements.txt