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