_______ __ ________ ___ ______ __ __
/ _____|| | | / / \ / || | | |
| | __ | | `---/ / / ^ \ | ,----'| | | |
| | |_ | | | / / / /_\ \ | | | | | |
| |__| | | | / /----./ _____ \ | `----.| `----.| |
\______| |__| /________/__/ \__\ \______||_______||__|
Welcome to Giza CLI!
This CLI provides the utilities to interact with Giza using the terminal.
Disclaimer: this is still in an experimental stage so the functionality is subject to change.
pipx allows to install the dependency in an isolated environment. With this we can make sure that it does not conflict with any of our installed dependencies.
pipx install giza-cli
For the latest release:
pip install giza-cli
Clone the repository and install it with pip
:
git clone git@github.com:gizatechxyz/giza-cli.git
cd giza-cli
pip install .
Or install it directly from the repo:
pip install git+ssh://git@github.com/gizatechxyz/giza-cli.git
You can check our official docs here.
-
Examples includes examples on how to use the CLI functionalities.
-
Resources brings the documentation of the different resources and actions that can be done with the CLI.
-
🧠 Reference for the API reference and internals of the CLI.
For a detailed list of changes, please refer to the CHANGELOG file.
Join the community and help build a safer and transparent AI in our Discord!
Thanks goes to these wonderful people (emoji key):
Gonzalo Mellizo 💻 |
omahs 📖 |
Fran Algaba 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!