AkshayaSada/Rule-Based-AI-Chatbot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
PROJECT NAME: Rule-Based AI Chatbot OBJECTIVE: To create a chatbot that responds to predefined user inputs using rule-based logic. TECHNOLOGIES USED: - Python - VS Code FEATURES: - Greeting responses - Exit command - Continuous chat loop - Input processing - Multiple predefined responses - Fallback response HOW IT WORKS: The chatbot takes input from the user and checks it against predefined rules. If a match is found, it gives the corresponding response. Otherwise, it displays a default message. HOW TO RUN: 1. Open chatbot.py 2. Run: python chatbot.py 3. Start chatting with the bot 4. Type "bye" to exit CONCLUSION: This project demonstrates basic Artificial Intelligence concepts such as control flow and rule-based decision making.