Improve documentation
This commit is contained in:
parent
51f6f7174b
commit
63a45989f4
40 changed files with 956 additions and 420 deletions
16
README.md
16
README.md
|
|
@ -1,13 +1,15 @@
|
|||
# GreatAI
|
||||
#  GreatAI
|
||||
|
||||
> GreatAI helps you easily transform your prototype AI code into production-ready software.
|
||||
|
||||
**work in progress, do not use!**
|
||||
|
||||
[](https://github.com/schmelczer/great-ai/actions/workflows/check.yml)
|
||||
[](https://github.com/schmelczer/great-ai/actions/workflows/test.yml)
|
||||
[](https://sonar.schmelczer.com/dashboard?id=great-ai)
|
||||
[](https://github.com/schmelczer/great-ai/actions/workflows/publish.yaml)
|
||||
[](https://github.com/schmelczer/great-ai/actions/workflows/docker.yaml)
|
||||
[](https://pepy.tech/project/great-ai)
|
||||
|
||||
[Check out the documentation here](https://great-ai.scoutinscience.com/).
|
||||
|
||||
|
||||
## Find `great-ai` on [DockerHub](https://hub.docker.com/repository/docker/schmelczera/great-ai)
|
||||
|
||||
|
|
@ -33,8 +35,10 @@ def hello_world(name: str) -> str:
|
|||
```
|
||||
> Create a new file called `main.py`
|
||||
|
||||
Deploy by executing `python3 -m great-ai main.py`
|
||||
> Or: `python3 -m great-ai main.py`
|
||||
Deploy by executing `great-ai main.py`
|
||||
> Or: `great_ai main.py`
|
||||
|
||||
> Or: `python3 -m great_ai main.py`
|
||||
|
||||
Find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard/).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue