Auto Gen-AI App Generator with the Power of Llama 2
Project description
DemoGPT: Auto Gen-AI App Generator with the Power of Llama 2
⚡ With just a prompt, you can create interactive Streamlit apps via 🦜️🔗 LangChain's transformative capabilities & Llama 2.⚡
⭐ Star History
⭐ Consider starring us if you're using DemoGPT so more people hear about us!
🔥 Demo
For quick demo, you can visit our website
📚 Documentation
See our documentation site here for full how-to docs and guidelines
⚡ The new release with the power of Llama 2 is within a week. ⚡
📦 Using DemoGPT Package
The DemoGPT package is now available and can be installed using pip. Run the following command to install the package:
pip install demogpt
To use the DemoGPT application, simply type "demogpt" into your terminal:
demogpt
📑 Table of Contents
📌 Introduction
Welcome to DemoGPT, a revolutionary open-source initiative that is reshaping the landscape of Large Language Model (LLM) based application development.
At the core of DemoGPT lies the synergy of GPT-3.5-turbo & Llama 2, which powers the auto-generation of LangChain code. This process is enriched with a sophisticated architecture that translates user instructions into interactive Streamlit applications.
How DemoGPT Works
- Planning: DemoGPT starts by generating a plan from the user's instruction.
- Task Creation: It then creates specific tasks from the plan and instruction.
- Code Snippet Generation: These tasks are transferred into code snippets.
- Final Code Assembly: The code snippets are combined into a final code, resulting in an interactive Streamlit app.
The LangChain code, once generated, is not a mere endpoint but a transformative stage. It evolves into a user-friendly Streamlit application, adding an interactive dimension to the logic crafted. This metamorphosis embodies DemoGPT's commitment to user engagement and experience.
Future Enhancements
We are planning to add a publicly available database that will accelerate the generation process by retrieving similar examples during the refining process. This innovation will further streamline the development workflow, making it more efficient and responsive.
Model Flexibility
DemoGPT is designed to be adaptable, capable of using any LLM model that meets specific performance criteria in terms of code generation. This flexibility ensures that DemoGPT remains at the forefront of technology, embracing new advancements in LLM.
DemoGPT's iterative development process remains a cornerstone of its innovation. Each code segment undergoes individual testing, and the self-refining strategy ensures an efficient and error-minimized workflow. This fusion of meticulous testing and refinement is a testament to DemoGPT's pursuit of excellence.
By transcending traditional coding paradigms, DemoGPT is pioneering a new era in LLM-based applications. It's not just about code generation; it's about crafting intelligent, interactive, and inclusive solutions.
In summary, DemoGPT is more than a project; it's a visionary approach, pushing the boundaries of what's possible in LLM-based application development.
In the next release, we are gonna add Llama 2 inside of DemoGPT to make the whole system runnable completely locally. The future is bright, and the journey has just begun. Join us in this exciting adventure!
⚙️ Architecture
DemoGPT Architecture
🔧 Installation
For the Package Version
You can install the DemoGPT package by running the following command:
pip install demogpt
For the Source Code Version
- Clone the repository:
git clone https://github.com/melih-unsal/DemoGPT.git
- Navigate into the project directory:
cd DemoGPT
- Install the necessary dependencies:
pip install -r requirements.txt
🎮 Usage
For the Package Version
Once the DemoGPT package is installed, you can use it by running the following command in your terminal:
demogpt
If you want to run the previous version, you can do so by using the --basic flag:
demogpt --basic
For the Source Code Version
If you have cloned the repository and wish to run the source code version, you can use DemoGPT by running the following command:
streamlit run demogpt/plan/app.py
If you want to run the previous version of DemoGPT, you can use the following command:
streamlit run demogpt/prompt_based/app.py
To-Do 📝
- Implement new DemoGPT pipeline including plan generation, task creation, code snippet generation, and final code assembly.
- Add feature to allow users to select models.
- Define useful LangChain tasks
- Publish release with the new pipeline without refinement
- Implement remaining LangChain tasks
- Implement self-refining strategy for model response refinement.
- Integrate 🦍 Gorilla model for API calls.
- Add Rapid API for expanding available API calls.
- Implement publicly available database to accelerate the generation process by retrieving similar examples during the refining process.
- Add all successfully generated steps to a DB to eliminate redundant refinement.
🤝 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 ourCODE 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file demogpt-1.1.2.2.tar.gz
.
File metadata
- Download URL: demogpt-1.1.2.2.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 199157cedd56dba11b741c97c89c6fae33eece5789971b2e87413d47da69d2c1 |
|
MD5 | ab9e0f46531fa90dfd96fa2c579a3c7c |
|
BLAKE2b-256 | 9a5d33f141f36547cfd94896e9c2360c4d7860205a42ce803a9f5b22ce14668a |
File details
Details for the file demogpt-1.1.2.2-py3-none-any.whl
.
File metadata
- Download URL: demogpt-1.1.2.2-py3-none-any.whl
- Upload date:
- Size: 45.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41318a206b4fb1e67631fe347f224c5d5945b31211bfcb950f12f7a22838dce2 |
|
MD5 | a53b263115ae1f060cffea55db56ff08 |
|
BLAKE2b-256 | 5ae97fb55ce9b120bf9d74dd4756b0f9e728fa995658dc5e9743d4a676e22c8f |