Skip to content
#

rule-based-chatbot

Here are 26 public repositories matching this topic...

🚀 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

  • Updated Jun 30, 2026
  • Python

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.

  • Updated Jun 30, 2026
  • TypeScript

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.

  • Updated May 26, 2026
  • Python

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

  • Updated Jun 25, 2026
  • Python

Designed and implemented a Simple Rule-Based Chatbot using Python as part of an AI internship project. The chatbot uses conditional statements and keyword matching to provide responses to greetings, small talk, help requests, and Artificial Intelligence-related questions. It also records conversation history in a log file, making it an interactive

  • Updated Jun 29, 2026
  • Python

Improve this page

Add a description, image, and links to the rule-based-chatbot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rule-based-chatbot topic, visit your repo's landing page and select "manage topics."

Learn more