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.
- Interactive chat-based interface
- Utilizes OpenAI's ChatGPT API
- Displays conversation history with user and chatbot responses
To run the Chatbot locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Aravinda89/Morpheus_chatbot.git
-
Install the required dependencies:
pip install -r requirements.txt
-
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-*********************
-
Run the Streamlit app:
streamlit run app.py
-
Access the chatbot interface in your web browser at
http://localhost:8501
.
Here's an example conversation with the Chatbot:
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.
This project is licensed under the MIT 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.