https://github.com/muhammadadilnaeem/simple-question-answer-chatbot
Welcome to the Simple Question Answer ChatBot! This project is a basic chatbot that answers questions based on predefined responses.
https://github.com/muhammadadilnaeem/simple-question-answer-chatbot
chatbot chatgpt chatopenai css html openai-api streamlit
Last synced: 2 months ago
JSON representation
Welcome to the Simple Question Answer ChatBot! This project is a basic chatbot that answers questions based on predefined responses.
- Host: GitHub
- URL: https://github.com/muhammadadilnaeem/simple-question-answer-chatbot
- Owner: muhammadadilnaeem
- License: mit
- Created: 2024-07-18T18:20:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T18:49:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T21:50:10.993Z (over 1 year ago)
- Topics: chatbot, chatgpt, chatopenai, css, html, openai-api, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# **Simple Question Answer ChatBot 🤖**
Welcome to the Simple Question Answer ChatBot! This project is a basic chatbot that answers questions based on predefined responses.
## **Features 🌟**
- **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.
## **Getting Started 🚀**
https://github.com/user-attachments/assets/9da426ee-80d4-472d-ab9f-f5343bd4f79c
### **Prerequisites 📋**
- Python 3.x
- Required libraries (listed in `requirements.txt`)
### **Installation 🛠️**
1. **Clone the repository**:
```bash
git clone https://github.com/muhammadadilnaeem/Simple-Question-Answer-ChatBot.git
```
2. **Navigate to the project directory**:
```bash
cd Simple-Question-Answer-ChatBot
```
3. **Install the dependencies**:
```bash
pip install -r requirements.txt
```
### **Usage 🎮**
1. **Run the chatbot**:
```bash
python chatbot.py
```
2. **Start chatting**: Type your question and get an answer!
## **Contributing 🤝**
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 📚
## **License 📄**
This project is licensed under the MIT License - see the [LICENSE](https://github.com/muhammadadilnaeem/Simple-Question-Answer-ChatBot/blob/main/LICENSE) file for details.
## **Acknowledgements 🙌**
- Thanks to everyone who has contributed to this project!
- Inspired by various chatbot tutorials and examples.
---