An open API service indexing awesome lists of open source software.

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.

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.

---