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. ...

Programming Projects

Build Your Own LLM Powered AI Chatbot

Build an AI chatbot powered by a large language model. This project covers working with LLM APIs, prompt engineering, and building conversational interfaces. ...

Programming Projects