https://github.com/aravinda89/joker_chatbot
Joker Chatbot is an AI-powered conversational agent
https://github.com/aravinda89/joker_chatbot
chatbot chatgpt joker prompt-engineering
Last synced: 3 months ago
JSON representation
Joker Chatbot is an AI-powered conversational agent
- Host: GitHub
- URL: https://github.com/aravinda89/joker_chatbot
- Owner: Aravinda89
- License: mit
- Created: 2023-05-25T15:39:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T15:26:11.000Z (about 3 years ago)
- Last Synced: 2025-01-25T16:42:37.172Z (over 1 year ago)
- Topics: chatbot, chatgpt, joker, prompt-engineering
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Joker Chatbot
Joker Chatbot is an AI-powered conversational agent inspired by the character Joker from "The Dark Knight." It utilizes the ChatGPT API developed by OpenAI to provide engaging and interactive conversations.

## Features
- Interactive chat-based interface
- Utilizes OpenAI's ChatGPT API
- Displays conversation history with user and chatbot responses
## Setup
To run the Chatbot locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Aravinda89/joker_chatbot.git
```
2. Install the required dependencies:
```bash
pip install -r requirements.txt
```
3. Set up your OpenAI API credentials:
- Create an account on the OpenAI platform (if you haven't already)
- Obtain an API key
- write API key inside `.env` file
- API_KEY = sk-*********************
4. Run the Streamlit app:
```bash
streamlit run app.py
```
5. Access the chatbot interface in your web browser at `http://localhost:8501`.
## Example
Here's an example conversation with the Chatbot:

## Contributing
Contributions to the Chatbot are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
```