Skip to content

Aravinda89/Morpheus_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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:

    git clone https://github.com/Aravinda89/Morpheus_chatbot.git
  2. Install the required dependencies:

    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:

    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.

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.

Releases

No releases published

Packages

No packages published

Languages