great-ai/README.md

1.5 KiB

GreatAI

work in progress, do not use!

Test Quality Gate Status Publish on PyPI Publish on DockerHub Downloads

Find great_ai on DockerHub

docker run -p6060:6060 schmelczera/great_ai

Find the dashboard at http://localhost:6060.

Find great_ai on PyPI

pip install great_ai
from great_ai import GreatAI

@GreatAI.create
def hello_world(name: str) -> str:
    return f"Hello {name}!"

Create a new file called main.py

Deploy by executing python3 -m great_ai main.py

Find the dashboard at http://localhost:6060.

Contribute

pip install 'great_ai[dev]'