From d1e1acc014b565786f03078150f96e516d421ec3 Mon Sep 17 00:00:00 2001 From: Artem Baranovskyi <artem.baranovsky1980@gmail.com> Date: Fri, 27 Sep 2024 08:29:14 +0300 Subject: [PATCH] Solution explanation updated. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1809d78..7da2037 100755 --- a/readme.md +++ b/readme.md @@ -162,7 +162,7 @@ FlaskApp returns predictions as JSON response } ``` -## How to wrap up solution +## How to roll out the solution ### Full Solution with Moodle Server (demo with all Moodle+MariaDb+Flask): To use ASYST with a universal BERT model based on the German language, run these commands in the CLI. They will build and run all 3 containers (Moodle+MariaDb+Flask) for demo, development, and testing purposes along with the Moodle environment installation. -- GitLab