/langchain-chat-gui

Langchain chat with memory and a GUI made in Streamlit

Primary LanguagePython

ChatGPT Clone with GUI Tutorial

This repository contains the code for the YouTube video tutorial on how to create a ChatGPT clone with a GUI using only Python and LangChain.

Prerequisites

To follow along with this tutorial, you will need the following:

  • Python 3.8 (or higher if streamlit-chat is updated)
  • Basic understanding of Python programming
  • Familiarity with Git and GitHub (optional but recommended)

Getting Started

You will need to clone this repository and install the required dependencies.

pip install -r requirements.txt

To launch the application, you will need to run streamlit in the terminal:

streamlit run main.py

Contributing

This repository is for educational purposes only and is not intended to receive further contributions for additional features. It is supposed to be used as support material for the YouTube tutorial that shows how to build the project. However, if you find an error in the code, feel free to open an issue or submit a pull request.

Issues

If you encounter any issues or have suggestions for improvements, please open an issue in the GitHub repository. We appreciate your feedback and will do our best to address any problems.

License

This project is licensed under the MIT License. Feel free to modify and distribute the code as per the terms of the license.