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?')