summaryrefslogtreecommitdiff
path: root/source/application/api/use_case/readme.md
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2023-03-20 15:35:42 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2023-03-21 22:12:43 +0000
commit8ce2be8de498f328678eeed998dbe6994734c15e (patch)
treed8b2d714b3dd3379ba53bd6bd297c77af4221f9f /source/application/api/use_case/readme.md
parent1bd434e1d618b6222968202531e36a922c7c44f7 (diff)
downloadml-embedded-evaluation-kit-8ce2be8de498f328678eeed998dbe6994734c15e.tar.gz
MLECO-3802: [Maintenance] Remove Pillow warning23.02
- Image.Resampling.BILINEAR replace deprecated Image.BILINEAR - Trivial documentation fixes Change-Id: Ia75af2d2bf171085d4a0a2c472f0e3f94dbdc5b9 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'source/application/api/use_case/readme.md')
-rw-r--r--source/application/api/use_case/readme.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/source/application/api/use_case/readme.md b/source/application/api/use_case/readme.md
index 419dee0..b8fdfc7 100644
--- a/source/application/api/use_case/readme.md
+++ b/source/application/api/use_case/readme.md
@@ -1,3 +1,5 @@
+# Use case APIs
+
- [Use case APIs](#use-case-apis)
- [Anomaly detection](#anomaly-detection)
- [Automatic speech recognition](#automatic-speech-recognition)
@@ -9,8 +11,6 @@
- [Visual wake word](#visual-wake-word)
- [Useful links](#useful-links)
-# Use case APIs
-
The directories in here are individual CMake projects to generate use case API static libraries.
These libraries are intended to be used by external projects that only want access to the
ready-to-use ML use case pipelines implemented in this repository. This can be as CMake projects,
@@ -61,10 +61,7 @@ bounding boxes that encapsulate the faces.
This use case takes images as input and determines, with a certain probability, whether the image
contains a person.
-
## Useful links
-* [Project ReadMe](../../../../Readme.md)
-* [Reusable Software](../../../../Readme.md#reusable-software)
-
-
+- [Project ReadMe](../../../../Readme.md)
+- [Reusable Software](../../../../Readme.md#reusable-software)