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

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

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.

![00060-3587458435](https://github.com/Aravinda89/joker_chatbot/assets/31471559/cc30f23a-6d42-4f27-aa3b-d548bb871c28)

## 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:

Screenshot 2023-05-25 233648

## 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).
```