ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 19
- age_days: 4357
- days_rel: 8
- days_push: 8
- n_releases_24m: 16
Adoption not part of the score
14508 stars · 4421 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ChatterBot is a Python library that provides a machine-learning based conversational dialog engine for building chat bots. It generates responses by matching user input against known conversations and improves over time, with training data available in over a dozen languages via the chatterbot-corpus package.
Use cases
- build a chatbot in python
- create a conversational bot that learns from conversations
- train a chatbot on a multilingual dialog corpus
- add automated responses to a django or flask web app
- make a simple command-line chat bot
- integrate a chatbot with ollama or openai llms
When to choose
- you want a lightweight, self-hosted Python chatbot engine with retrieval-based responses
- you need multilingual training data and language-independent design
- you want Django integration for conversational web endpoints
- you prefer a simple pip-installable library over heavyweight LLM frameworks
When to avoid
- you need state-of-the-art generative LLM conversation quality
- you require production-scale NLU with intent classification and entity extraction
- you need a hosted or managed chatbot service
- you need non-Python language support
Facets
library · maturity active
nlp chatbot machine-learning rag chatbots artificial-intelligence python cross-platform conversational-dialog-engine training-corpus django-integration llm-integration multilingual natural-language-processing
10 sources
- readme: https://github.com/gunthercox/ChatterBot · fetched 2026-08-28 · cab142f872ac
- homepage: http://docs.chatterbot.us/ · fetched 2026-08-29 · f12319691ab4
- site_page: http://docs.chatterbot.us/faq · fetched 2026-08-29 · 7e2c6635a059
- site_page: http://docs.chatterbot.us/setup · fetched 2026-08-29 · f8651668682e
- site_page: http://docs.chatterbot.us/upgrading · fetched 2026-08-29 · 9e150efb3b77
- site_page: http://docs.chatterbot.us/quickstart · fetched 2026-08-29 · 80e99e3f2cbd
- site_page: http://docs.chatterbot.us/tutorial · fetched 2026-08-29 · 77b9067289d2
- site_page: http://docs.chatterbot.us/django · fetched 2026-08-29 · 989ec80c678c
- site_page: http://docs.chatterbot.us/commands · fetched 2026-08-29 · 7e725c391b6c
- site_page: http://docs.chatterbot.us/contributing · fetched 2026-08-29 · cf8f9c0052a7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gunthercox/ChatterBot | main | 99 |
| gunthercox/chatterbot-corpus | examples | 79 |
For agents
markdown · JSON · MCP: product_card(name="gunthercox/ChatterBot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem