Fix readme on PyPI
This commit is contained in:
parent
041eefc401
commit
2d35bb1f70
2 changed files with 12 additions and 6 deletions
16
README.md
16
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# <img src="https://github.com/schmelczer/great-ai/blob/main/docs/media/logo.png" alt="logo of great-ai" width=60 /> GreatAI
|
||||
# <img src="https://raw.githubusercontent.com/schmelczer/great-ai/main/docs/media/logo.png" alt="logo of great-ai" width=60 /> GreatAI
|
||||
> Easily transform your prototype AI code into production-ready software.
|
||||
|
||||
[](https://badge.fury.io/py/great-ai)
|
||||
|
|
@ -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).
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ That's it. Your GreatAI service is *nearly* ready for production use. Many of th
|
|||
|
||||
## Why is this GREAT?
|
||||
|
||||

|
||||

|
||||
|
||||
GreatAI fits between the prototype and deployment phases of your AI development lifecycle. This is highlighted with blue in the diagram. Here, a number of best practices can be automatically implemented aiming to achieve the following attributes:
|
||||
|
||||
|
|
@ -52,10 +52,16 @@ There are other, existing solutions aiming to facilitate this phase. [Amazon Sag
|
|||
|
||||
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.
|
||||
|
||||
## Find `great-ai` on [PyPI](https://hub.docker.com/repository/docker/schmelczera/great-ai)
|
||||
|
||||
## [Learn more](https://great-ai.scoutinscience.com)
|
||||
|
||||
[Check out the full documentation here](https://great-ai.scoutinscience.com).
|
||||
|
||||
## Find `great-ai` on [PyPI](https://pypi.org/project/great-ai/)
|
||||
|
||||
```sh
|
||||
pip install great-ai
|
||||
```
|
||||
|
||||
## Find `great-ai` on [DockerHub](https://hub.docker.com/repository/docker/schmelczera/great-ai)
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue