Metadata-Version: 2.3
Name: ajperry-pipeline
Version: 0.1.11
Summary: 
Author: Alan Perry
Author-email: alan.jacob.perry@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: lint
Provides-Extra: test
Requires-Dist: kfp (>=2.0.0,<3)
Requires-Dist: pandas
Requires-Dist: pytest ; extra == "test"
Requires-Dist: ruff ; extra == "lint"
Requires-Dist: torch
Requires-Dist: torchtext
Requires-Dist: transformers
Requires-Dist: typer
Description-Content-Type: text/markdown

# Kubeflow Pipelines


## Install Package


Note: Mainly installed in kubeflow instance.


`pip install ajperry_pipeline`


# Usage



1. Open the notebooks at `./notebooks` in kubeflow notebook
2. Launch pipeline components as desired



![Pipeline GUI](./images/test_pipeline_run.png "Pipeline that will run in kubeflow")
