Skip to main content

The best way to build AI pipelines

Project description

PipelineUI

PipelineUI is a python package that allow you to create your own comfyui style backend for your ML code.

with pipelineUI we expose two new decorator that can be added to your python project to create graphical interface.

how to install

pip install pipeline-ui

locally git clone uv pip install -e .

Here is an example

create a example.py file

python

from pipeline_ui import PipelineUI

pui = PipelineUI()

@pui.node()
def add_numbers(a: int, b: int) -> int:
    return a + b

@pui.node()
def multiply(a: int, b: int) -> int:
    return a + b

@pui.workflow()
def math_workflow(a: int, b: int) -> int:
    c = add_numbers(a, b)
    d = multiply(c, d)
    return d

start with python example.py this start an web interface at localhost:8114 where you can see your code graphically

commands

pui start pipeline_ui/examples/simple.py

pui publish pipeline_ui/examples/simple.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipeline_ui-0.0.3.tar.gz (409.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pipeline_ui-0.0.3-py3-none-any.whl (429.7 kB view details)

Uploaded Python 3

File details

Details for the file pipeline_ui-0.0.3.tar.gz.

File metadata

  • Download URL: pipeline_ui-0.0.3.tar.gz
  • Upload date:
  • Size: 409.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for pipeline_ui-0.0.3.tar.gz
Algorithm Hash digest
SHA256 d6783ec883b458ec3ecf27221fa094418c29d615366bf87e2acd29de602f1d0a
MD5 ca51fda6526f34a66e7de2dd1d182617
BLAKE2b-256 eb660fe5c9a5a53239301025a8e35acbcae43c626c6cb27290b3830d1f92b58d

See more details on using hashes here.

File details

Details for the file pipeline_ui-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: pipeline_ui-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 429.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for pipeline_ui-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 05811da19292afff24d070d5b9af84f7adcd8c275394148a95ba5295bcf70bc9
MD5 a526aeb6fce54bf8ab94c9d356df9af1
BLAKE2b-256 24f48d3a3cf7c572b6befcb9f784f8da361c818f7573aa7eb31c010770d12ba5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page