Transform your prototype AI code into production-ready software. https://great-ai.scoutinscience.com
Find a file
2022-07-04 19:31:15 +02:00
.github Move files 2022-07-04 19:31:15 +02:00
.vscode Move files 2022-07-04 19:31:15 +02:00
docs Improve parallel map 2022-06-29 09:14:35 +02:00
great_ai Move files 2022-07-04 19:31:15 +02:00
scripts Add dev-requirements 2022-07-04 14:21:31 +02:00
tests Move files 2022-07-04 19:31:15 +02:00
.dockerignore Add hello-world 2022-06-26 13:13:08 +02:00
.gitignore Improve API 2022-06-26 23:31:15 +02:00
dev-requirements.txt Add dev-requirements 2022-07-04 14:21:31 +02:00
Dockerfile Shorthen startup 2022-06-26 14:37:52 +02:00
LICENSE Create LICENSE 2022-07-04 14:58:31 +02:00
pyproject.toml Move files 2022-06-25 14:01:14 +02:00
README.md Add dev-requirements 2022-07-04 14:21:31 +02:00
setup.cfg Update version 2022-07-04 09:29:11 +02:00

GreatAI

work in progress, do not use!

Test Quality Gate Status Publish on PyPI Publish on DockerHub

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 --upgrade --requirement dev-requirements.txt