Skip to content

anandkr123/CoffeChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeChatBot

A CLI Chat-Bot responding queries for a quick coffee.

This chat bot is built using deep learning and python

Usage

run python train.py

This will dump data.pth file with the model state. Then,

run python chat.py

Communicate with the Bot with meaningful questions.

Customize chatbot for a different context

Modify intents.json file with different patterns and their respective responses.

model.py

A simple 3 layer Neural-Network model using PyTorch and python

A sample conversation with the chat-bot

Screenshot from 2023-02-27 16-21-22

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages