Skip to content

RajaBanerjee1/Simple-Python-Chatbot

 
 

Repository files navigation

Simple-Python-Chatbot

Creating a simple Python chatbot using natural language processing and deep learning.

exec(open('libraries.py').read()) exec(open('init.py').read()) exec(open('words.py').read()) exec(open('lem.py').read()) exec(open('train_init.py').read()) exec(open('train.py').read()) exec(open('chat_init.py').read()) exec(open('chat_functions.py').read()) --exec(open('chatgui.py').read()) chatbot_response('Hi There') chatbot_response('Who is this') chatbot_response('What you can do?')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%