README: add demonstrations from different companies.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 27 Oct 2022 05:57:06 +0000 (14:57 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 31 Oct 2022 02:32:42 +0000 (11:32 +0900)
Fainders.AI, Klleon.IO, openncc.com, PrintNanny.ai
use NNStreamer to create their products and services.
Their demonstration video clips are presented as
NNStreamer example in README.md with their
permission to use for such purposes.

Product.md is updated accordingly.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Documentation/media/FaindersAI_Store.webp [new file with mode: 0644]
Documentation/media/Klleon_Speech.webp [new file with mode: 0644]
Documentation/media/OpenNCC_Mask.webp [new file with mode: 0644]
Documentation/media/PrintNanny.webp [new file with mode: 0644]
Documentation/products.md
README.md

diff --git a/Documentation/media/FaindersAI_Store.webp b/Documentation/media/FaindersAI_Store.webp
new file mode 100644 (file)
index 0000000..c33aa70
Binary files /dev/null and b/Documentation/media/FaindersAI_Store.webp differ
diff --git a/Documentation/media/Klleon_Speech.webp b/Documentation/media/Klleon_Speech.webp
new file mode 100644 (file)
index 0000000..8876483
Binary files /dev/null and b/Documentation/media/Klleon_Speech.webp differ
diff --git a/Documentation/media/OpenNCC_Mask.webp b/Documentation/media/OpenNCC_Mask.webp
new file mode 100644 (file)
index 0000000..ed8a521
Binary files /dev/null and b/Documentation/media/OpenNCC_Mask.webp differ
diff --git a/Documentation/media/PrintNanny.webp b/Documentation/media/PrintNanny.webp
new file mode 100644 (file)
index 0000000..f466389
Binary files /dev/null and b/Documentation/media/PrintNanny.webp differ
index e718393..087df41 100644 (file)
 
 Reports and tips welcomed!
 
-- Fainders.ai: unmanned retail system.
-- KLleon: video processing.
-- NXP Semiconductors: edge-AI developing tool.
-- OpenNCC: edge-AI developing tool.
+| Company |  |  |
+| :---: | :---: | --- |
+| [fainders.ai](https://fainders.ai) | ![fainders.ai.demo.store](media/FaindersAI_Store.webp) | Unmanned retail store |
+| [klleon](https://klleon.io) | ![klleon.demo.speech](media/Klleon_Speech.webp) | Generate speech video from pictures and texts. |
+| [OpenNCC](https://openncc.com) | ![openncc.demo.facemask](media/OpenNCC_Mask.webp) | Edge-AI cameras and real-time AI service framework |
+| [PrintNanny](https://printnanny.ai) | ![printnanny.demo.printer](media/PrintNanny.webp) | 3D printer monitoring service |
+| [NXP](https://nxp.com) | ![nxp.example.pose](https://github.com/NXPmicro/nxp-nnstreamer-examples/raw/main/pose/pose_demo.webp)<br />[NXP nnstreamer example](https://github.com/NXPmicro/nxp-nnstreamer-examples)<br />[i.MX Machine Learning User's Guide](https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf) | Vision pipeline with NNStreamer |
+
 - (TBU): AR games.
 
 
index 639e2f2..1c6a46e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,21 +88,33 @@ For more details, please access the following manuals.
 
 ## Applications
 
-<table border=0 width=100% cellpadding=0 cellspacing=0>
-  <tbody>
-    <tr>
-      <td rowspan=1>
-        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_pose_estimation_tflite">
-          <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_pose_estimation_tflite/yongjoo2.webp" height=240>
-        </a><a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_image_classification_tflite">
-          <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_image_classification_tflite/image_classification_tflite_demo.webp" height=240>
-        </a><a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_object_detection_tensorflow_lite">
-          <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_object_detection_tensorflow_lite/object_detection_tflite_demo.webp" height=240>
-        </a>
-      </td>
-    </tr>
-  </tbody>
-</table>
+
+<a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_pose_estimation_tflite">
+  <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_pose_estimation_tflite/yongjoo2.webp" height=180>
+</a><a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_image_classification_tflite">
+  <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_image_classification_tflite/image_classification_tflite_demo.webp" height=180>
+</a><a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_object_detection_tensorflow_lite">
+  <img src="https://raw.githubusercontent.com/nnstreamer/nnstreamer-example/master/native/example_object_detection_tensorflow_lite/object_detection_tflite_demo.webp" height=180>
+</a>
+<a href="https://fainders.ai">
+  <img src="Documentation/media/FaindersAI_Store.webp" height=180>
+</a>
+<a href="https://klleon.io">
+  <img src="Documentation/media/Klleon_Speech.webp" height=180>
+</a>
+<a href="https://openncc.com">
+  <img src="Documentation/media/OpenNCC_Mask.webp" height=180>
+</a>
+<a href="https://printnanny.ai">
+  <img src="Documentation/media/PrintNanny.webp" height=180>
+</a>
+<a href="https://github.com/NXPmicro/nxp-nnstreamer-examples">
+  <img src="https://github.com/NXPmicro/nxp-nnstreamer-examples/raw/main/segmentation/segmentation_demo.webp" height=180>
+</a>
+<a href="https://github.com/NXPmicro/nxp-nnstreamer-examples">
+  <img src="https://github.com/NXPmicro/nxp-nnstreamer-examples/raw/main/pose/pose_demo.webp" height=180>
+</a>
+
 
 - [Edge-AI Examples](Documentation/edge-ai.md)
 - [Products with NNStreamer](Documentation/products.md)