Skip to content

โšก DemoGPT enables you to create quick demos by just using prompts. โšก ๐ŸŒŸ Star to support our work!

License

Notifications You must be signed in to change notification settings

Iammcqwory/DemoGPT

ย 
ย 

Repository files navigation

favicon DemoGPT

โšก Create quick demos by just using prompt. โšก

Release Notes Official Website GitHub star chart License: MIT Twitter Follow GitHub issues open GitHub issues closed

Streamlit App HuggingFace

DemoGPT

๐Ÿ”ฅ Demo

For quick demo, you can visit our website

demogpt_final.mp4

๐Ÿ“‘ Table of Contents

๐Ÿ“Œ Introduction

DemoGPT is an innovative open-source project designed to streamline the development of Language Learning Model (LLM) based applications. It leverages the capabilities of GPT-3.5-turbo to auto-generate LangChain code using a 'Tree of Thoughts' (ToT) approach. LangChain is traditionally used for creating pipelines for LLM-based applications, and with DemoGPT, we are transforming the way we handle these pipelines.

The process is fully automated, with DemoGPT generating code, running tests, and progressively developing the project step by step. Each piece of code is tested and evaluated by itself. If it passes the auto-generated tests, the development proceeds, allowing for efficient and error-free development.

โš™๏ธ Pipeline

DemoGPT Pipeline

DemoGPT Pipeline

๐Ÿ”ง Installation

To get started with DemoGPT, you'll first need to clone the repository:

git clone https://github.com/melih-unsal/DemoGPT.git

Next, navigate to the project directory:

cd DemoGPT

Then, install the necessary dependencies.

pip install -r requirements.txt

๐ŸŽฎ Usage

To use DemoGPT, you can run the command below:

streamlit run src/prompt_based/app.py

๐Ÿค Contribute

Contributions to the DemoGPT project are welcomed! Whether you're fixing bugs, improving the documentation, or proposing new features, your efforts are highly appreciated. Please check the open issues before starting any work.

Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.

๐Ÿ“œ License

DemoGPT is an open-source project licensed under MIT License.


For any issues, questions, or comments, please feel free to contact us or open an issue. We appreciate your feedback to make DemoGPT better.

About

โšก DemoGPT enables you to create quick demos by just using prompts. โšก ๐ŸŒŸ Star to support our work!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%