Fix issues from @angyaloliver's feedback
This commit is contained in:
parent
584d746447
commit
041eefc401
12 changed files with 30 additions and 26 deletions
|
|
@ -28,7 +28,7 @@ def greeter(name: str) -> str:
|
|||
|
||||
Start it by executing `great-ai demo.py`, find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard).
|
||||
|
||||

|
||||

|
||||
|
||||
That'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).
|
||||
|
||||
|
|
@ -48,13 +48,13 @@ GreatAI fits between the prototype and deployment phases of your AI development
|
|||
|
||||
## Why GreatAI?
|
||||
|
||||
There 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 use those, do that because they're great.
|
||||
There 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.
|
||||
|
||||
However, [research indicates](https://great-ai.scoutinscience.com) that professionals rarely use them. This may be due to their inherent setup and operating complexity. **GreatAI is designed to be as simple to use as possible.** Its clear, high-level API and sensible default configuration makes it extremely 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 large effort.
|
||||
|
||||
## Learn more
|
||||
## Find `great-ai` on [PyPI](https://hub.docker.com/repository/docker/schmelczera/great-ai)
|
||||
|
||||
[Check out the documentation](https://great-ai.scoutinscience.com).
|
||||
## [Learn more](https://great-ai.scoutinscience.com)
|
||||
|
||||
## Find `great-ai` on [DockerHub](https://hub.docker.com/repository/docker/schmelczera/great-ai)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue