Transform your prototype AI code into production-ready software. https://great-ai.scoutinscience.com
Find a file
2022-07-05 10:45:51 +02:00
.github Add Flit and change namer 2022-07-05 10:45:51 +02:00
.vscode Add Flit and change namer 2022-07-05 10:45:51 +02:00
docs Improve parallel map 2022-06-29 09:14:35 +02:00
great_ai Add Flit and change namer 2022-07-05 10:45:51 +02:00
scripts Add Flit and change namer 2022-07-05 10:45:51 +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
Dockerfile Add Flit and change namer 2022-07-05 10:45:51 +02:00
LICENSE Create LICENSE 2022-07-04 14:58:31 +02:00
mkdocs.yml Add Flit and change namer 2022-07-05 10:45:51 +02:00
pyproject.toml Add Flit and change namer 2022-07-05 10:45:51 +02:00
README.md Add Flit and change namer 2022-07-05 10:45:51 +02:00

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]'