Django ChatterBot
Docker Quick start
- Install
docker-compose
: - Build the project
docker-compose build
- Set the admin password
docker-compose run web python manage.py createsuperuser
- Run the project
docker-compose up
- 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:
- english.greetings
- english.ai
Additional training data can be found from Chatterbot Corpus