django-chat icon indicating copy to clipboard operation
django-chat copied to clipboard

Implementing a chat system linked to a chatbot with Django

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.