Transform your prototype AI code into production-ready software.
https://great-ai.scoutinscience.com
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1 to 2. - [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases) - [Commits](https://github.com/EnricoMi/publish-unit-test-result-action/compare/v1...v2) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| docs | ||
| scripts | ||
| src | ||
| tests | ||
| .dockerignore | ||
| .gitignore | ||
| dev-requirements.txt | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| setup.cfg | ||
GreatAI
work in progress, do not use!
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