This is a simple type of chatbot that relies on predefined rules.
-
Updated
Oct 31, 2024 - Python
This is a simple type of chatbot that relies on predefined rules.
A simple rule-based chatbot built using Python. It responds to user inputs like greetings, identity questions, jokes, and more — all based on keyword matching. A beginner-friendly project to explore how basic chatbots work!
Simple rule-based chatbot built with Python functions, loops, and conditionals.
Swasthya Mitra is a health-tech web application designed to assist users with disease prediction, precautionary measures, and medical guidance based on symptoms.
ROSE 🤖 – A simple rule-based personal chatbot that greets users, opens websites, performs Google searches, checks the time, and provides weather/news updates. Built with Python. 🐍🌐
Python internship projects completed during the CodSoft Python Programming Internship, including a Rule-Based Chatbot, AI Tic-Tac-Toe using Minimax, and a Movie Recommendation System.
🤖 5 Internship AI Projects: Multi-Personality Chatbot, Unbeatable Minimax Tic-Tac-Toe, Transformers.js Image Captioner, content/collaborative Movie & Book Recommender, and live Webcam FaceID scanner.
RuleBot is a deterministic, rule-based AI chatbot built on the IPO (Input → Process → Output) model. No ML. No LLM. Just clean control flow and O(1) dictionary logic. Built for DecodeLabs Batch 2026 to demonstrate the foundation of AI guardrail systems before moving to probabilistic models.
🚀 Just built a Local NLP Chatbot using Python and NLTK!Unlike modern LLM wrappers, this project focuses on foundational core NLP principles. It processes text completely offline with zero API costs, cloud latency, or data privacy risks.Key implementations:✅ Text Tokenization & Punctuation Filtering✅ Stop Word Removal for optimized keyword weight
A full-stack Rule-Based AI Chatbot Workspace built for DecodeLabs AI Engineering Internship 2026. Features an interactive chatbot, Python terminal simulator, code explanations, automated verification, and beginner-friendly AI learning modules.
🤖 Rule-Based AI Chatbot using Python, Regular Expressions & Pattern Matching for answering college-related queries.
Rule-Based NLP Chatbot in Python — intent matching using JSON
A modern rule-based AI chatbot built with Python and Streamlit.
A simple rule-based chatbot built using Python.
A modern Flask-based customer service chatbot with FAQ matching, chat history, voice input, text-to-speech, and dark/light mode.
Rule-based AI Chatbot built using Python, Regex, and OOP concepts as part of the DecodeLabs AI Internship.
A beginner-friendly rule-based chatbot built using Python.
Description A simple Python chatbot that responds to basic user inputs such as greetings, jokes, and farewells. It remembers the user’s name, provides personalized replies, and demonstrates fundamental concepts of conditional logic and state management in Python.
A simple rule-based chatbot built in Python for the CodeAlpha Python Programming Internship.
Add a description, image, and links to the rule-based-chatbot topic page so that developers can more easily learn about it.
To associate your repository with the rule-based-chatbot topic, visit your repo's landing page and select "manage topics."