Transform your prototype AI code into production-ready software. https://great-ai.scoutinscience.com
Find a file
2022-07-03 13:08:48 +02:00
.github Remove 3.7 support 2022-07-02 23:01:53 +02:00
.vscode Add threaded parallel_map 2022-06-30 17:22:16 +02:00
docs Improve parallel map 2022-06-29 09:14:35 +02:00
scripts Fix scripts when there are only notebooks 2022-06-19 17:03:40 +02:00
src Try debugging stuck tests 2022-07-03 13:08:48 +02:00
tests Try debugging stuck tests 2022-07-03 13:08:48 +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 Shorthen startup 2022-06-26 14:37:52 +02:00
pyproject.toml Move files 2022-06-25 14:01:14 +02:00
README.md Add hello-world 2022-06-26 13:13:08 +02:00
setup.cfg Minor fixes 2022-07-02 21:57:09 +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.