# ChatterBot Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/chatterbot
> Markdown URL: https://aitinkerers.org/technologies/chatterbot.md
> Technology record last updated: 2026-05-03T01:26:36Z
> Generated: 2026-09-22T16:39:09Z

A Python-based conversational engine that uses machine learning to generate automated responses from collections of real-world dialogue.

ChatterBot utilizes a language-independent design to train bots in any tongue (English, Spanish, and German included) by processing data sets into a logic-based search graph. The library employs a series of Adapter classes (Storage, Logic, and Preprocessors) to handle everything from SQL database management to Levenshtein distance calculations for statement matching. It is built for developers who need a self-contained, trainable NLP solution without relying on external cloud APIs.

- Official technology site: https://github.com/gunthercox/ChatterBot
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [AI Tinkerers Spotlight : Building LightSpeed's Generative AI People and Culture Virtual Assistant](https://montreal.aitinkerers.org/talks/rsvp_KB-KXviw5D8)

&nbsp;We would like to show how we used Conversational Agent to write the different&nbsp;prompts, the configuration of the playbooks and the challenges that we faced. Let us know what details do you need&nbsp;from us and if that demo is suitable for the event.

- Event context: AI Tinkerers Montreal - May 2025 Meetup at LightSpeed — 2025-05-07 — Montreal
- Public talk page: https://montreal.aitinkerers.org/talks/rsvp_KB-KXviw5D8

## Related Technologies

- [Amazon Lex](https://aitinkerers.org/technologies/amazon-lex) ([Markdown](https://aitinkerers.org/technologies/amazon-lex.md)) — 3 public demos
- [Dialogflow](https://aitinkerers.org/technologies/dialogflow) ([Markdown](https://aitinkerers.org/technologies/dialogflow.md)) — 3 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [IBM Watson Assistant](https://aitinkerers.org/technologies/ibm-watson-assistant) ([Markdown](https://aitinkerers.org/technologies/ibm-watson-assistant.md)) — 2 public demos
- [Microsoft Bot Framework](https://aitinkerers.org/technologies/microsoft-bot-framework) ([Markdown](https://aitinkerers.org/technologies/microsoft-bot-framework.md)) — 3 public demos
- [Playbooks](https://aitinkerers.org/technologies/playbooks) ([Markdown](https://aitinkerers.org/technologies/playbooks.md)) — 1 public demo
- [Prompts](https://aitinkerers.org/technologies/prompts) ([Markdown](https://aitinkerers.org/technologies/prompts.md)) — 6 public demos
- [Rasa](https://aitinkerers.org/technologies/rasa) ([Markdown](https://aitinkerers.org/technologies/rasa.md)) — 4 public demos
