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
- Host: GitHub
- URL: https://github.com/aravinda89/morpheus_chatbot
- Owner: Aravinda89
- License: mit
- Created: 2023-05-28T12:05:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T15:53:43.000Z (about 3 years ago)
- Last Synced: 2025-03-20T18:17:49.398Z (over 1 year ago)
- Topics: chatbot, chatgpt, morpheus, prompt-engineering, thematrix
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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