Skip to content

Commit

Permalink
README: update example style and add more examples
Browse files Browse the repository at this point in the history
- Restyle example lists of README.md
- Add "edge-ai" and "products" category

Signed-off-by: MyungJoo Ham <[email protected]>
  • Loading branch information
myungjoo committed Jul 24, 2020
1 parent 2689b48 commit 8057350
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 42 deletions.
13 changes: 13 additions & 0 deletions Documentation/edge-ai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

This is WIP page.

# What is Edge-AI?


# Edge-AI Example Applications with NNStreamer

@gichan-jang : Please fill the followings.

- ...
- ...
- ...
14 changes: 14 additions & 0 deletions Documentation/products.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

This is WIP page

# Devices with NNStreamer.

## Released

## To be released soon

## Prototypes

# Services with NNStreamer.

# Application software with NNStreamer
53 changes: 11 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8057350

Please sign in to comment.