Name | zetaforge JSON |
Version |
0.4.3
JSON |
| download |
home_page | None |
Summary | zetaforge installer |
upload_time | 2024-11-27 05:25:12 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div align="center">
<img src="https://raw.githubusercontent.com/zetane/zetaforge/master/assets/ZetaForge-Logo-White-Background.png" alt="ZetaForge Logo" style="width:400px;padding-bottom: 15px"/>
[](https://badge.fury.io/py/zetaforge)
[](https://discord.gg/zetaforge)
[](https://twitter.com/ZetaneSystems)
[](https://www.youtube.com/channel/UCGDwKqB1HPjEdw97jm4wTFA)
<h3 style="padding-bottom: 15px">
Open source AI platform for rapid development of advanced AI and AGI pipelines.
</h3>
</div>

<a id="why-zetaforge"></a>
## 🔥 Why ZetaForge?
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.
## 📰 Breaking News
We've launched the first release of ZetaForge! Start building AI pipelines with our core features.
Expect regular updates with new enhancements.
>👁 Watch this repo to stay in the loop about changes and updates.
## Getting Started
**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](https://docs.docker.com/desktop/) from their official website.
You will need to [enable Kubernetes](https://docs.docker.com/desktop/kubernetes/) to use ZetaForge.
> Note: We recommend [OrbStack](https://orbstack.dev/download) to macOS users for efficiency and performance reasons.
## Launch ZetaForge
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
```
## Run your First Pipeline

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!
## Documentation
Explore our [official documentation](https://zetane.com/docs/) 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.
## Pipeline Gallery
**Visualize Multidimensional Numpy Arrays**

**Integrate Popular GitHub Repos in AI Pipeline**
(LAVIS and Open-CD)

**Use Three.js Visualization Blocks**

## Share a Pipeline
To share a pipeline with your team, follow these steps:
1. **Save:** Go to `File` -> `Save` or `Save As`, choose a target folder, and name your pipeline.
2. **Package and Send:** Zip the saved folder, which contains all necessary files, and share it with your team.
3. **Load and Run:** Team members can unzip the folder, load the pipeline via `File` -> `Load` -> `Pipeline`, and click `Run` to replicate the results.
This streamlined process ensures easy sharing and consistent results across your team.
## Contributing
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](CONTRIBUTING.md) 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.
## License
- **[AGPL license](https://opensource.org/license/agpl-v3/)**
- If you need another type of license please contact us [here](https://zetane.com/contact-us).
## Contact
- Reach out to us on [Discord](https://discord.gg/zetaforge) if you have any questions or issues.
- ZetaForge Homepage: [https://www.zetaforge.com/](https://www.zetaforge.com/)
<!-- ## Star History
[](https://star-history.com/#zetane/viewer&Date)
## Contributors
Thanks go to these awesome contributors
<a href="https://github.com/zetane/viewer/graphs/contributors">
<img src="https://contrib.rocks/image?repo=zetane/viewer" />
</a> -->
Raw data
{
"_id": null,
"home_page": null,
"name": "zetaforge",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Zetane <info@zetane.com>",
"download_url": "https://files.pythonhosted.org/packages/c2/ef/049dc38dbbc6ddde3d6e1a43fb3f5e6934315de26876e603ffb9ba161d47/zetaforge-0.4.3.tar.gz",
"platform": null,
"description": "\n\n<div align=\"center\">\n<img src=\"https://raw.githubusercontent.com/zetane/zetaforge/master/assets/ZetaForge-Logo-White-Background.png\" alt=\"ZetaForge Logo\" style=\"width:400px;padding-bottom: 15px\"/>\n\n\n[](https://badge.fury.io/py/zetaforge)\n[](https://discord.gg/zetaforge)\n[](https://twitter.com/ZetaneSystems)\n[](https://www.youtube.com/channel/UCGDwKqB1HPjEdw97jm4wTFA)\n\n\n<h3 style=\"padding-bottom: 15px\">\nOpen source AI platform for rapid development of advanced AI and AGI pipelines.\n</h3>\n</div>\n\n\n\n\n\n\n<a id=\"why-zetaforge\"></a>\n## \ud83d\udd25 Why ZetaForge?\n\nZetaForge 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.\n\n- **Language Agnostic:** Work with AI technologies in any programming language.\n- **Dynamic:** Easily modify and update AI pipelines with new or improved components.\n- **Full Code Accessibility:** Dive into the code whenever needed while enjoying a user-friendly interface.\n- **Community and Sharing:** Utilize community-driven blocks and pipelines, and share your own creations.\n\n\n> \u2b50 Support us by starring this repo.\n\n\n## \ud83d\udcf0 Breaking News\nWe've launched the first release of ZetaForge! Start building AI pipelines with our core features. \n\nExpect regular updates with new enhancements.\n\n\n>\ud83d\udc41 Watch this repo to stay in the loop about changes and updates.\n\n## Getting Started\n\n**Installation**\nYou can install ZetaForge Python Package through pip by running the following command in your terminal:\n\n```\npip install zetaforge\n```\n\nOr, you can clone the ZetaForge GitHub repository and install from source by running:\n\n```\ngit clone https://github.com/zetane/zetaforge\ncd zetaforge\npip install .\n```\n\n\n**Install Docker Desktop and Enable Kubernetes**\n\nYou need to install Docker Desktop or any other container runtime that includes Kubernetes integration.\nFollow the instructions to [install Docker Desktop](https://docs.docker.com/desktop/) from their official website.\nYou will need to [enable Kubernetes](https://docs.docker.com/desktop/kubernetes/) to use ZetaForge.\n\n> Note: We recommend [OrbStack](https://orbstack.dev/download) to macOS users for efficiency and performance reasons.\n\n## Launch ZetaForge\n\nTo launch ZetaForge, run the following command after installing via pip:\n```\nzetaforge launch\n```\n\nThis will set up the correct services in Kubernetes, check that they are running, and then launch ZetaForge. \n\nIf something goes wrong, you can run:\n\n```\nzetaforge setup\n```\n\nto reconfigure the container services. \n\nTo teardown and remove the Kubernetes services, you can run:\n\n```\nzetaforge teardown\n```\n\n\n## Run your First Pipeline\n\n\n\nTo 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!\n\n\n## Documentation\n\nExplore our [official documentation](https://zetane.com/docs/) 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.\n\n\n## Pipeline Gallery\n\n**Visualize Multidimensional Numpy Arrays**\n\n\n\n**Integrate Popular GitHub Repos in AI Pipeline**\n(LAVIS and Open-CD)\n\n\n\n**Use Three.js Visualization Blocks**\n\n\n\n\n## Share a Pipeline\n\nTo share a pipeline with your team, follow these steps:\n\n1. **Save:** Go to `File` -> `Save` or `Save As`, choose a target folder, and name your pipeline.\n2. **Package and Send:** Zip the saved folder, which contains all necessary files, and share it with your team.\n3. **Load and Run:** Team members can unzip the folder, load the pipeline via `File` -> `Load` -> `Pipeline`, and click `Run` to replicate the results.\n\nThis streamlined process ensures easy sharing and consistent results across your team.\n\n\n## Contributing\n\nZetaForge is under active development. We welcome contributions from the community to make our project even better! \n\nBefore contributing, please take a moment to review our [Contribution Guide](CONTRIBUTING.md) to see our guidelines.\nWhether it's improving documentations, reporting bugs, suggesting new features, or submitting code changes, \nyour contributions help us improve the project for everyone. \n\n## License\n\n- **[AGPL license](https://opensource.org/license/agpl-v3/)**\n- If you need another type of license please contact us [here](https://zetane.com/contact-us).\n\n## Contact\n\n- Reach out to us on [Discord](https://discord.gg/zetaforge) if you have any questions or issues.\n- ZetaForge Homepage: [https://www.zetaforge.com/](https://www.zetaforge.com/)\n\n\n<!-- ## Star History\n\n[](https://star-history.com/#zetane/viewer&Date)\n\n\n## Contributors\n\nThanks go to these awesome contributors\n\n<a href=\"https://github.com/zetane/viewer/graphs/contributors\">\n <img src=\"https://contrib.rocks/image?repo=zetane/viewer\" />\n</a> -->\n",
"bugtrack_url": null,
"license": null,
"summary": "zetaforge installer",
"version": "0.4.3",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8ea0371ae087753acfb032e002b5a4db2c82a85639891f2b41cce7114c6bdce2",
"md5": "ee51cd7549cd7f579ce2d4867f8fef08",
"sha256": "0f149913e46daa21cd661e32c571ba23a9a97149c73f717e9708f684bc2bcb1d"
},
"downloads": -1,
"filename": "zetaforge-0.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee51cd7549cd7f579ce2d4867f8fef08",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 45150,
"upload_time": "2024-11-27T05:25:10",
"upload_time_iso_8601": "2024-11-27T05:25:10.594351Z",
"url": "https://files.pythonhosted.org/packages/8e/a0/371ae087753acfb032e002b5a4db2c82a85639891f2b41cce7114c6bdce2/zetaforge-0.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2ef049dc38dbbc6ddde3d6e1a43fb3f5e6934315de26876e603ffb9ba161d47",
"md5": "748fec5496b3f74288cc39cff6b5f06e",
"sha256": "9cc32ead2dac5621eac57f65857168d09ffee750d88f08027ef9423fbc5f73ef"
},
"downloads": -1,
"filename": "zetaforge-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "748fec5496b3f74288cc39cff6b5f06e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 44683,
"upload_time": "2024-11-27T05:25:12",
"upload_time_iso_8601": "2024-11-27T05:25:12.555028Z",
"url": "https://files.pythonhosted.org/packages/c2/ef/049dc38dbbc6ddde3d6e1a43fb3f5e6934315de26876e603ffb9ba161d47/zetaforge-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-27 05:25:12",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "zetaforge"
}