This repository contains code related to the tutorial on building a Python chatbot with ChatterBot.
Create and activate a virtual environment, then install the necessary dependencies:
Chatbot-Python 🤖 A simple chatbot built using Python that responds to user inputs based on predefined patterns. This project demonstrates basic Natural Language Processing (NLP) using the NLTK library.
Features: ✅ Rule-based responses using nltk.chat.util ✅ Simple and interactive CLI chatbot ✅ Easy to customize with new patterns
Tech Stack: Python 🐍 NLTK (Natural Language Toolkit) Usage: 1️⃣ Clone the repository 2️⃣ Install dependencies (pip install nltk) 3️⃣ Run the chatbot script
Perfect for beginners learning chatbot development! 🚀