Welcome to the Simple Question Answer ChatBot! This project is a basic chatbot that answers questions based on predefined responses.
- Easy to use: Just ask a question, and the bot will answer!
- Predefined responses: Simple and straightforward.
- Fun to interact with: Great for learning how chatbots work.
Simple.QnA.Chatbot.mp4
- Python 3.x
- Required libraries (listed in
requirements.txt
)
- Clone the repository:
git clone https://github.com/muhammadadilnaeem/Simple-Question-Answer-ChatBot.git
- Navigate to the project directory:
cd Simple-Question-Answer-ChatBot
- Install the dependencies:
pip install -r requirements.txt
- Run the chatbot:
python chatbot.py
- Start chatting: Type your question and get an answer!
Contributions are welcome! Feel free to fork the repository and submit a pull request. Here are some ways you can contribute:
- Report bugs 🐛
- Suggest new features 🌟
- Improve documentation 📚
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to everyone who has contributed to this project!
- Inspired by various chatbot tutorials and examples.