ZetaForge is an AI platform designed to accelerate the development and deployment of advanced AI solutions. It allows users to assemble reusable, customizable, and containerized Blocks into highly visual AI Pipelines, enabling rapid experimentation and collaboration.
- Language Agnostic: Work with AI technologies in any programming language.
- Dynamic: Easily modify and update AI pipelines with new or improved components.
- Full Code Accessibility: Dive into the code whenever needed while enjoying a user-friendly interface.
- Community and Sharing: Utilize community-driven blocks and pipelines, and share your own creations.
β Support us by starring this repo.
We've launched the first release of ZetaForge! Start building AI pipelines with our core features.
New blocks and pipelines have been added to the core library.
Expect regular updates with new enhancements.
π Watch this repo to stay in the loop about changes and updates.
Installation You can install ZetaForge Python Package through pip by running the following command in your terminal:
pip install zetaforge
Or, you can clone the ZetaForge GitHub repository and install from source by running:
git clone https://github.com/zetane/zetaforge
cd zetaforge
pip install .
Install Docker Desktop and Enable Kubernetes
You need to install Docker Desktop or any other container runtime that includes Kubernetes integration. Follow the instructions to install Docker Desktop from their official website. You will need to enable Kubernetes to use ZetaForge.
Note: We recommend OrbStack to macOS users for efficiency and performance reasons.
To launch ZetaForge, run the following command after installing via pip:
zetaforge launch
This will set up the correct services in Kubernetes, check that they are running, and then launch ZetaForge.
If something goes wrong, you can run:
zetaforge setup
to reconfigure the container services.
To teardown and remove the Kubernetes services, you can run:
zetaforge teardown
To experience ZetaForge in action, start by dragging and dropping a core pipeline, such as the "Canny Edge Pipeline," from the Core Pipelines Library into your workspace. Once the pipeline is loaded, click the "Run" button to see the magic happen!
You can drag and drop these blocks and pipelines from the side library.
Social Posts Maker, OpenAI agent, Stable Diffusion, Background Removal, Images to Video, Canny Edge, QR Code Maker and many more.
View 3D Numpy, Images, Videos, Text and many more.
-Social Media Post Maker with Image Content -Invader Game -Image Background Removal -Images to Video
Explore our official documentation for a guide on using ZetaForge. Learn how to create your own ZetaForge blocks, assemble custom pipelines, and more. You'll also find tutorials and best practices to enhance your ZetaForge experience.
If you prefer reading a blog instead, check out our 3-part blog on Medium that goes through the motivation as well as many technical details through an exciting example: Create Your Multimedia AI-generated Storybook with ZetaForgeβ(Part I, Part II, Part III)!
Visualize Multidimensional Numpy Arrays
Integrate Popular GitHub Repos in AI Pipeline (LAVIS and Open-CD)
Use Three.js Visualization Blocks
To share a pipeline with your team, follow these steps:
- Save: Go to
File
->Save
orSave As
, choose a target folder, and name your pipeline. - Package and Send: Zip the saved folder, which contains all necessary files, and share it with your team.
- Load and Run: Team members can unzip the folder, load the pipeline via
File
->Load
->Pipeline
, and clickRun
to replicate the results.
This streamlined process ensures easy sharing and consistent results across your team.
ZetaForge is under active development. We welcome contributions from the community to make our project even better!
Before contributing, please take a moment to review our Contribution Guide to see our guidelines. Whether it's improving documentations, reporting bugs, suggesting new features, or submitting code changes, your contributions help us improve the project for everyone.
- AGPL license
- If you need another type of license please contact us here.
- Reach out to us on Discord if you have any questions or issues.
- ZetaForge Homepage: https://www.zetaforge.com/