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

https://github.com/aravinda89/morpheus_chatbot

Morpheus Chatbot is an AI-powered Chatbot
https://github.com/aravinda89/morpheus_chatbot

chatbot chatgpt morpheus prompt-engineering thematrix

Last synced: 2 months ago
JSON representation

Morpheus Chatbot is an AI-powered Chatbot

Awesome Lists containing this project

README

          

# Morpheus Chatbot

Morpheus Chatbot is an AI-powered conversational agent inspired by the character Morpheus from "The Matrix." It utilizes the ChatGPT API developed by OpenAI to provide engaging and interactive conversations.

![00106-2526331678](https://github.com/Aravinda89/Morpheus_chatbot/assets/31471559/6cdd07de-18c3-49fd-8170-b58320c85545)

## 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/Morpheus_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 the API key inside the `.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).

Please note that the provided information is a template, and you'll need to replace the placeholders (such as "YourUsername" and "path-to-your-example-conversation.png") with the appropriate values for your own project.