From dffe9b2655cff49037076aef809b481151900602 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 9 Mar 2026 17:50:41 +0100 Subject: [PATCH] Changes README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08a456e..74a68c9 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,18 @@ sudo mkdir -p $LOCATION # download and unpack the archive curl -fsSL --retry 3 -o word-language-detector-ai-api_latest_linux-aarch_source.tar.gz https://repo.jcloud-services.ddns.net/software/word-language-detector-ai-api/word-language-detector-ai-api_latest_linux-aarch_source.tar.gz sudo tar -xzf word-language-detector-ai-api_latest_linux-aarch_source.tar.gz -C $LOCATION -sudo rm -f word-language-detector-ai-api_latest_linux-aarch_source.tar.gz # Optional: download the model # You can leave this part out if you want to provide the model yourself. Notice that the directory has to include following files: 'label_encoder.json' (label encoder), 'language_detector.keras' (the actual model), 'max_len' (token maximum length) and 'tokenizer.json' (tokenizer). It is recommended to download the model as below. curl -fsSL --retry 3 -o word-language-detector-ai_latest_tf_model_artifacts.tar.gz https://repo.jcloud-services.ddns.net/models/word-language-detector-ai/word-language-detector-ai_latest_tf_model_artifacts.tar.gz sudo mkdir -p $LOCATION/model sudo tar -xzf word-language-detector-ai_latest_tf_model_artifacts.tar.gz -C $LOCATION/model -sudo rm -f word-language-detector-ai_latest_tf_model_artifacts.tar.gz ``` Note: Ensure you at least approximately 700 KB of disk space is available. During the installation, approximately 850 KB of disk space must be available. Without the model, you need approximately 400 KB of disk space and approximately 500 MB of disk space during the installation. +You can remove `word-language-detector-ai-api_latest_linux-aarch_source.tar.gz` and `word-language-detector-ai_latest_tf_model_artifacts.tar.gz` after installing the software and **checking the hashes**. + ### Hashes |File|SHA256 Hash|