Skip to content

sunnn/django_chatterbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django ChatterBot

This is a Django project that makes it possible to create a simple chat bot web app using Django and ChatterBot.

Installation

pip install django chatterbot

Quick start

  1. Run python manage.py migrate to create the chatterbot models.
  2. Start your Django app python manage.py runserver 0.0.0.0:8000.
  3. Visit http://127.0.0.1:8000/ to start a conversation.

About

An example django project using ChatterBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 61.5%
  • HTML 38.5%