ML-CaPsule icon indicating copy to clipboard operation
ML-CaPsule copied to clipboard

AI-Powered Chatbot Model for Customer Support

Open ShaikArshidBanu opened this issue 8 months ago • 1 comments

Description:

AI-powered chatbot model for customer support using BERT embeddings and a neural network to classify intents and generate responses.

Motivation:

  • Improve response times for customer inquiries.
  • Reduce workload on human support agents.
  • Provide consistent and reliable information.

Implementation Plan:

  1. Set Up Environment:
  • Install necessary libraries (numpy, pandas, scikit-learn, tensorflow, transformers).
  1. Load and Prepare Data:
  • Create/use a dataset with customer queries and intents.
  1. Train Intent Classification Model:
  • Encode intents, split data, tokenize queries, extract embeddings, and train a neural network.
  1. Response Generation:
  • Map classified intents to predefined responses.

@Niketkumardheeryan I am a GSSOC'24 contributor and would love to work on this issue.

ShaikArshidBanu avatar Jun 08 '24 11:06 ShaikArshidBanu