https://github.com/bcdev/gaiaflow
It is a local-first MLOps infrastructure python tool that simplifies the process of building, testing, and deploying ML workflows.
https://github.com/bcdev/gaiaflow
Last synced: 1 day ago
JSON representation
It is a local-first MLOps infrastructure python tool that simplifies the process of building, testing, and deploying ML workflows.
- Host: GitHub
- URL: https://github.com/bcdev/gaiaflow
- Owner: bcdev
- License: mit
- Created: 2025-07-28T10:05:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-16T15:01:27.000Z (9 months ago)
- Last Synced: 2026-03-12T14:31:28.089Z (4 months ago)
- Language: Python
- Homepage: https://bcdev.github.io/gaiaflow/
- Size: 828 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Gaiaflow

[](https://pixi.sh)
[](https://github.com/charliermarsh/ruff)
[](https://bcdev.github.io/gaiaflow/)





Gaiaflow is a local-first MLOps infrastructure python package tool that simplifies the process
of building, testing, and deploying ML workflows.
It provides an opinionated CLI for managing Airflow, MLflow, and other
dependencies, abstracting away complex configurations, and giving you
a smooth developer experience.
_NOTE: Currently this library is released as an experimental version. Stable
releases will follow later_
Gaiaflow is a tool that
- provides you with a local MLOps infrastructure via a CLI tool with
some prerequisites already installed.
- handles the complex Airflow configuration and [Xcom](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/xcoms.html)
handling and provides the user a simpler interface for creating DAGs.
- provides a [cookiecutter template](https://github.com/bcdev/gaiaflow-cookiecutter)
to get started with your projects with a standardized structure.
- provides tools to deploy models locally and in production (in future)
- provides clear documentation on how to setup production environment to run your
workflows at scale (in future, private?)
Prerequisites:
- Docker
- Docker compose
- Miniforge
- Mamba/Conda
To install it, you can do it via:
`pip install gaiaflow`
Check installation:
`gaiaflow --help`
You can read the documentation [here]()