From 1fac066213607f59e6f5f19e1b22d3fc6b71116c Mon Sep 17 00:00:00 2001 From: Reinhard Keil Date: Fri, 8 Sep 2023 15:48:32 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed316f0..b50155f 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Refer to the [**ML Developers Guide for Cortex-M Processors and Ethos-U NPU**](h Directory | Description :-------------------|:------------------------------ -[.github/workflows](./.github/workflows) | GitHub Action workflow definitions -[AVH-MLOps-main](./AVH-MLOps-main) | Simple "Hello World" test project with vcpkg installation for desktop usage +[.github/workflows](./.github/workflows) | GitHub Action workflow definitions. +[AVH-MLOps-main](./AVH-MLOps-main) | Simple "Hello World" test project with vcpkg installation for desktop usage. [Project/TFLmicrospeech](./Project/TFLmicrospeech) | TensorFLow Lite Microspeech example with ML library generation and test execution. This project runs on all relevant Cortex-M and Ethos-U targets and can be compiled using different toolchains. -[Target](./Target) | Target layer definitions for all relevant Cortex-M and Ethos-U targets -[Test](./Test) | Simple "Hello World" test project -[docker_base](./docker_base) | Docker base image with all tools (see Arm Tools Artifactory) -[docker_licensed](./docker_licensed) | Import license file into the Docker base image +[Target](./Target) | Target layer definitions and setup for AVH models for all relevant Cortex-M and Ethos-U targets. +[Test](./Test) | Simple "Hello World" test project. +[docker_base](./docker_base) | Docker base image with all tools (see Arm Tools Artifactory). +[docker_licensed](./docker_licensed) | Import license file into the Docker base image. ## Arm Tools Artifactory