giza-sdk is a metapackage designed to simplify the installation and management of the Giza ecosystem of packages. It bundles three primary packages essential for Giza-related development.
Packages Included:
- giza-cli: A command-line interface for interacting with Giza services and tools.
- giza-agents: Giza Agents is a framework for trust-minimized integration of machine learning into on-chain strategy and action.
- giza-datasets:A package for managing and interacting with datasets in Giza.
To install the giza-sdk and all included packages, run:
pip install giza-sdk
Now everything is available under the name giza! Here are some examples:
from giza.datasets import DatasetsLoader
from giza.cli import cli
from giza.agents import GizaAgent
To uninstall giza-sdk along with its dependencies, run:
pip uninstall giza-sdk
This project is licensed under the MIT License.