From d79d417f82e458818de2361c4bf21e33cf69b88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Wed, 13 Jul 2022 14:32:58 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d26c8..9df9d0f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ def hello_world(name: str) -> str: Start it by executing `great-ai main.py`, find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard). -![dashboard](/docs/media/hello-world-dashboard.png) +[demo.webm](https://user-images.githubusercontent.com/13354219/178734262-e1eefb6b-0482-4191-9b07-63b4322bab83.webm) That's it. Your GreatAI service is 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). From f12e924df3b44364d17eccca34d049813b705f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Wed, 13 Jul 2022 14:38:13 +0200 Subject: [PATCH 2/3] Add video --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9df9d0f..239a5af 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ pip install great-ai from great_ai import GreatAI @GreatAI.create -def hello_world(name: str) -> str: +def greeter(name: str) -> str: return f"Hello {name}!" ``` Start it by executing `great-ai main.py`, find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard). -[demo.webm](https://user-images.githubusercontent.com/13354219/178734262-e1eefb6b-0482-4191-9b07-63b4322bab83.webm) +[demo screen capture](https://user-images.githubusercontent.com/13354219/178735057-c54daafb-c140-42b7-b29c-8d29365887fe.mp4) That's it. Your GreatAI service is 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). From 20457b5c93c4d05197f7ddcd7400d5d763a60701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Wed, 13 Jul 2022 14:41:33 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 239a5af..052b141 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ def greeter(name: str) -> str: Start it by executing `great-ai main.py`, find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard). -[demo screen capture](https://user-images.githubusercontent.com/13354219/178735057-c54daafb-c140-42b7-b29c-8d29365887fe.mp4) +[demo screen capture](https://user-images.githubusercontent.com/13354219/178735828-2e18fb04-429a-439e-9cbf-483dd192b0a8.mp4) That's it. Your GreatAI service is 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).