iagoleal/eliza
An implementation of ELIZA, Weizenbaum's classic chatbot.
This project helps you create simple, rule-based chatbots that can engage in conversational dialogue. You provide a JSON 'script' with keywords and rules for how to respond to user input, and the bot generates text replies. This is ideal for anyone interested in exploring early AI concepts or building a basic, interactive text-based agent for entertainment or simple scripted interactions.
No commits in the last 6 months.
Use this if you want to build a simple, interactive chatbot based on predefined patterns and rules, rather than complex machine learning.
Not ideal if you need a chatbot that understands nuance, learns from conversations, or handles complex, unscripted user queries.
Stars
22
Forks
2
Language
Haskell
License
GPL-3.0
Category
Last pushed
May 14, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/iagoleal/eliza"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aws-solutions/qnabot-on-aws
AWS QnABot is a multi-channel, multi-language conversational interface (chatbot) that responds...
BotLibre/BotLibre
An open platform for artificial intelligence, chat bots, virtual agents, social media...
bitcoinsearch/chat-btc
A conversational AI based on technical bitcoin sources
rabidgremlin/Mutters
A framework for building bot brains.
kevwan/chatbot
A fast responsive, machine learning, conversational dialog engine for creating chat bots, written in Go.