Skip to content

mpriti23/Chat-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_Innovative

Install these libaries to get started with the chatbot

-> pip install tensorflow, keras, pickle, nltk

Dataset for running the chatbot and its functions.

->Intents.json – The data file which has predefined patterns and responses.

->Words.pkl – This is a pickle file in which we store the words Python object that contains a list of our vocabulary.

->Classes.pkl – The classes pickle file contains the list of categories.

->Chatbot_model.h5 – This is the trained model that contains information about the model and has weights of the neurons.

The ipynb extension file has two programs written:

-> first one trains the model according to the text written in json

-> second one run the gui using tkinter which shows the bot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published