Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨[FEATURE] simple and quick chatbot in python using a rule-based approach #555

Open
NimraAslamkhan opened this issue Nov 8, 2024 · 1 comment

Comments

@NimraAslamkhan
Copy link

🌟 Feature Overview

A chatbot that responds to user queries based on pre-defined patterns and responses.
Python and the NLTK library. The chatbot uses pairs of regular expressions and responses, allowing it to match user inputs to pre-programmed responses. Reflection dictionary to handle simple conversational nuances (e.g., converting "I" to "you" and vice versa)

🤔 Why this feature?

This feature provides a foundational understanding of chatbots for beginners, giving a practical introduction to programming logic and conversational flow. It enables users to quickly set up a conversational agent that can be easily customized by adjusting patterns and responses.

📋 Expected Behavior

Beginners in programming who want to build a simple chatbot. Basic Q&A interaction, creating automated responses for a chatbot, or demonstrating chatbot principles to students and developers.
Uploading Cb.png…

Copy link
Contributor

github-actions bot commented Nov 8, 2024

👋 Thank you @NimraAslamkhan for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants