summaryrefslogtreecommitdiff
path: root/source/application/api/use_case/readme.md
diff options
context:
space:
mode:
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)