README: update example style and add more examples
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 21 Jul 2020 09:17:37 +0000 (18:17 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 24 Jul 2020 02:31:41 +0000 (11:31 +0900)
- Restyle example lists of README.md
- Add "edge-ai" and "products" category

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Documentation/edge-ai.md [new file with mode: 0644]
Documentation/products.md [new file with mode: 0644]
README.md

diff --git a/Documentation/edge-ai.md b/Documentation/edge-ai.md
new file mode 100644 (file)
index 0000000..7199e6c
--- /dev/null
@@ -0,0 +1,13 @@
+
+This is WIP page.
+
+# What is Edge-AI?
+
+
+# Edge-AI Example Applications with NNStreamer
+
+@gichan-jang : Please fill the followings.
+
+- ...
+- ...
+- ...
diff --git a/Documentation/products.md b/Documentation/products.md
new file mode 100644 (file)
index 0000000..0b7c816
--- /dev/null
@@ -0,0 +1,14 @@
+
+This is WIP page
+
+# Devices with NNStreamer.
+
+## Released
+
+## To be released soon
+
+## Prototypes
+
+# Services with NNStreamer.
+
+# Application software with NNStreamer
index 69a9501..9350e2d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,58 +83,27 @@ For more details, please access the following manuals.
 * For macOS systems, press [here](Documentation/getting-started-macos.md).
 * To build an API library for Android, press [here](api/android/README.md).
 
-## Usage Examples
+## Applications
 
-- [Example apps](https://github.com/nnstreamer/nnstreamer-example) (stable)
-- Check some Ubuntu C/C++ Native Examples ⬇️
-
-<table>
-  <thead>
-    <tr>
-      <th>
-        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_pose_estimation_tflite">
-          Pose Estimation
-        </a>
-      </th>
-      <th>
-        <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_image_classification_tflite">
-          Image Classification
-        </a>
-      </th>
-    </tr>
-  </thead>
+<table border=0 width=100% cellpadding=0 cellspacing=0>
   <tbody>
     <tr>
-      <td rowspan=3>
-        <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">
-        </a>
-      </td>
       <td rowspan=1>
-        <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">
+        <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>
-    </tr>
-    <tr>
-      <th>
-        <strong>
-          <a href="https://github.com/nnstreamer/nnstreamer-example/blob/master/native/example_object_detection_tensorflow_lite">
-            Object Detection
-          </a>
-        </strong>
-      </th>
-    </tr>
-    <tr>
-      <td rowspan=1>
-        <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">
-      </a>
       </td>
     </tr>
   </tbody>
 </table>
 
-- Wiki page [usage example screenshots](https://github.com/nnstreamer/nnstreamer/wiki/usage-examples-screenshots) (stable)
+- [Edge-AI Examples](Documentation/edge-ai.md)
+- [Products with NNStreamer](Documentation/products.md)
+- NNStreamer example applications: [Github](https://github.com/nnstreamer/nnstreamer-example) / [Screenshots](https://github.com/nnstreamer/nnstreamer/wiki/usage-examples-screenshots)
 
 ## CI Server