Skip to content

Latest commit

 

History

History
executable file
·
16 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

executable file
·
16 lines (8 loc) · 424 Bytes

django-chat Version 1.0

Django Project with ChatterBot as the chatbot. The frontend using VueJS.

Requirements saved in req.txt

pip install -r req.txt

Once you have installed all, you can running the following command:

python3 comedy/manager.py runserver

Once you have it running type message into textbox and it will return a message.