This is a Django project that makes it possible to create a simple chat bot web app using Django and ChatterBot.
pip install django chatterbot
- Run python manage.py migrate to create the chatterbot models.
- Start your Django app python manage.py runserver 0.0.0.0:8000.
- Visit http://127.0.0.1:8000/ to start a conversation.