{"id":34028437,"url":"https://github.com/schmelczer/great-ai","last_synced_at":"2026-04-08T15:31:05.785Z","repository":{"id":43959214,"uuid":"480912581","full_name":"schmelczer/great-ai","owner":"schmelczer","description":"Transform your prototype AI code into production-ready software.","archived":false,"fork":false,"pushed_at":"2023-01-31T15:10:35.000Z","size":56653,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-14T23:49:12.625Z","etag":null,"topics":["ai","dashboard","deployment","docker","ml","mlops","nlp","python","python3","rest-api","se4ml"],"latest_commit_sha":null,"homepage":"https://great-ai.scoutinscience.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schmelczer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-12T17:38:58.000Z","updated_at":"2025-02-22T18:42:30.000Z","dependencies_parsed_at":"2023-01-22T02:49:07.421Z","dependency_job_id":null,"html_url":"https://github.com/schmelczer/great-ai","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/schmelczer/great-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmelczer%2Fgreat-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmelczer%2Fgreat-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmelczer%2Fgreat-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmelczer%2Fgreat-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmelczer","download_url":"https://codeload.github.com/schmelczer/great-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmelczer%2Fgreat-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","dashboard","deployment","docker","ml","mlops","nlp","python","python3","rest-api","se4ml"],"created_at":"2025-12-13T17:07:28.563Z","updated_at":"2026-04-08T15:31:05.767Z","avatar_url":"https://github.com/schmelczer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://raw.githubusercontent.com/schmelczer/great-ai/main/docs/media/logo.png\" alt=\"logo of great-ai\" width=60 /\u003e GreatAI\n\n\u003e Easily transform your prototype AI code into production-ready software.\n\n[![PyPI version](https://badge.fury.io/py/great-ai.svg)](https://badge.fury.io/py/great-ai)\n[![Downloads](https://pepy.tech/badge/great-ai/month)](https://pepy.tech/project/great-ai)\n[![Docker Pulls](https://img.shields.io/docker/pulls/schmelczera/great-ai)](https://hub.docker.com/repository/docker/schmelczera/great-ai)\n[![Test](https://github.com/schmelczer/great-ai/actions/workflows/test.yml/badge.svg)](https://github.com/schmelczer/great-ai/actions/workflows/test.yml)\n[![Sonar line coverage](https://sonar.scoutinscience.com/api/project_badges/measure?project=great-ai\u0026metric=coverage)](https://sonar.scoutinscience.com/dashboard?id=great-ai)\n[![Sonar LoC](https://sonar.scoutinscience.com/api/project_badges/measure?project=great-ai\u0026metric=ncloc)](https://sonar.scoutinscience.com/dashboard?id=great-ai)\n\nApplying AI is becoming increasingly more accessible, but many case studies have shown that these applications are often deployed poorly. This may lead to suboptimal performance and to introducing unintended biases. GreatAI helps fix this by allowing you to easily transform your prototype AI code into production-ready software.\n\n## Example\n\n```sh\npip install great-ai\n```\n\nCreate a new file called `demo.py`\n\n```python\nfrom great_ai import GreatAI\n\n@GreatAI.create\ndef greeter(name: str) -\u003e str:\n    return f\"Hello {name}!\"\n```\n\nStart it by executing `great-ai demo.py`, and find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard).\n\n![demo screen capture](https://raw.githubusercontent.com/schmelczer/great-ai/main/docs/media/demo.gif)\n\nThat's it. Your GreatAI service is _nearly_ ready for production use. Many of the [SE4ML best practices](https://se-ml.github.io) are configured and implemented automatically (of course, these can be customised as well).\n\n[Check out the full documentation here](https://great-ai.scoutinscience.com).\n\n## Why is this GREAT?\n\n![scope of GreatAI](https://raw.githubusercontent.com/schmelczer/great-ai/main/docs/media/scope-simple.drawio.svg)\n\nGreatAI fits between the prototype and deployment phases of your AI development lifecycle. This is highlighted in blue in the diagram. Here, several best practices can be automatically implemented, aiming to achieve the following attributes:\n\n- **G**eneral: use any Python library without restriction\n- **R**obust: have error-handling and well-tested utilities out-of-the-box\n- **E**nd-to-end: utilise end-to-end feedback as a built-in, first-class concept\n- **A**utomated: focus only on what actually requires your attention\n- **T**rustworthy: deploy models that you and society can confidently trust\n\n## Why GreatAI?\n\nThere are other existing solutions aiming to facilitate this phase. [Amazon SageMaker](https://aws.amazon.com/sagemaker) and [Seldon Core](https://www.seldon.io/solutions/open-source-projects/core) provide the most comprehensive suite of features. If you have the opportunity to use them, do that because they're great.\n\nHowever, [research indicates](https://great-ai.scoutinscience.com) that professionals rarely use them. This may be due to their inherent setup and operational complexity. **GreatAI is designed to be as simple to use as possible.** Its straightforward, high-level API and sensible default configuration make it easy to start using. Despite its relative simplicity over Seldon Core, it still implements many of the [SE4ML best practices](https://se-ml.github.io), and thus, can meaningfully improve your deployment without requiring prohibitively great effort.\n\n## [Learn more](https://great-ai.scoutinscience.com)\n\n[Check out the full documentation here](https://great-ai.scoutinscience.com).\n\n## Find `great-ai` on [PyPI](https://pypi.org/project/great-ai/)\n\n```sh\npip install great-ai\n```\n\n## Find `great-ai` on [DockerHub](https://hub.docker.com/repository/docker/schmelczera/great-ai)\n\n```sh\ndocker run -p6060:6060 schmelczera/great-ai\n```\n\n## Contribute\n\nContributions are welcome.\n\n### Install for development\n\n```sh\npython3 -m venv --copies .env\nsource .env/bin/activate\npip install --upgrade flit pip\nflit install --symlink\n```\n\n### Develop\n\n```sh\nscripts/format-python.sh great_ai docs tests\n```\n\n\u003e Format code.\n\n```sh\npython3 -m pytest --doctest-modules --asyncio-mode=strict .\n```\n\n\u003e Run tests.\n\n```sh\nmkdocs serve\n```\n\n\u003e Serve documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmelczer%2Fgreat-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmelczer%2Fgreat-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmelczer%2Fgreat-ai/lists"}