Build Your Own ELIZA Chatbot
ELIZA was one of the first chatbot programs, created at MIT in 1966. It simulated a Rogerian psychotherapist by pattern matching and substitution, and is a landmark in the history of AI. ...
ELIZA was one of the first chatbot programs, created at MIT in 1966. It simulated a Rogerian psychotherapist by pattern matching and substitution, and is a landmark in the history of AI. ...
Build an AI chatbot powered by a large language model. This project covers working with LLM APIs, prompt engineering, and building conversational interfaces. ...
The Model Context Protocol (MCP) is a standard for connecting AI models to external tools and data sources. Building an MCP server lets AI agents interact with your custom functionality. ...
Build an AI agent that reads documentation for you and answers questions about it. This project combines document parsing with LLM-powered question answering. ...