/django_chatterbot

An example django project using ChatterBot

Primary LanguagePython

Django ChatterBot

Docker Quick start

  1. Install docker-compose:
  2. Build the project
docker-compose build
  1. Set the admin password
docker-compose run web python manage.py createsuperuser
  1. Run the project
docker-compose up
  1. Visit http://localhost:8000/ to chat, visit http://localhost:8000/admin/ to edit the responses.

Out of the box Training Data

The following modules are loaded out of the box:

  1. english.greetings
  2. english.ai

Additional training data can be found from Chatterbot Corpus