Skip to content

tatiblockchain/python-deep-learning-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-deep-learning-chatbot

A deep learning chatbot created with Python and Flask

To get started follow the steps below:

  1. Install a virtual environment by runnning the following
virtualenv chatbotenv
source chatbotenv/bin/activate
  1. Install all the required libraries
pip install nltk
pip install numpy
pip install keras
pip install tensorflow
pip install flask

Run the chatbot.py file to create the model

python chatbot.py

Run the APP to create a Flask front end on port 8888 (or any port the app is pointing to)

python app.py

Watch the full Tutorial on Youtube

Create a Deep Learning Machine Learning Chatbot with Python and Flask

About

A deep learning chatbot created with Python and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published