Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 461 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 461 Bytes

chatbot using deeplearning-python

A simple python chatbot for ITM University.

Installing dependencies

Use of virtualenv is highly recommended, especially since the old version of nltk used requires an old version of setuptools.

$ pip install -r requirements.txt

Setting up chatbot

  • run the file Train_chatbot for creating the models

    $ train_chatbot.py

  • run the file chatbothui for launch the chatbot

    $ train_chatbotgui.py