Skip to content

gitsumithub/smartintent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartIntent – Conversational AI for Intent Classification

A demonstration of an end-to-end conversational AI system using NLP for intent detection and a chatbot interface.

Features

  • Ingests user queries from chat (simulated)
  • Classifies intent using a trained NLP model
  • Displays tailored chatbot responses

Intents Supported

  • balance_inquiry
  • card_lost
  • close_account

Setup

pip install -r requirements.txt
python model/train_intent_model.py
streamlit run app.py

About

Conversational AI for Intent Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages