Skip to content

ayahaustine/python-dl-chatbot

Repository files navigation

python-deep-learning-chatbot

  • A deep learning chatbot created with Python and Flask
  • This chatbot is used as the base code for the Nishauri android application for KeHMIS

To get started follow the steps below:

  1. Create and activate 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
  1. Or, you can install all the dependencies from the requirements.txt file as follows:
pip install -r requirements.txt

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

License

  • The license only applies to the source files in this repository.

About

A deep learning chatbot created with Python and Flask. This chatbot is used as the base code for the Nishauri android application for KeHMIS

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors