|
1 |
| -# Project |
| 1 | +# ONNX Runtime Inference Examples |
2 | 2 |
|
3 |
| -> This repo has been populated by an initial template to help get you started. Please |
4 |
| -> make sure to update the content to build a great experience for community-building. |
| 3 | +<div align="center"> |
| 4 | + <img src="https://www.onnxruntime.ai/images/ONNX-Runtime-logo.png" /><br /><br /> |
| 5 | +</div> |
5 | 6 |
|
6 |
| -As the maintainer of this project, please make a few updates: |
| 7 | +This repo has examples for using [ONNX Runtime](https://github.com/microsoft/onnxruntime) (ORT) for inference. |
7 | 8 |
|
8 |
| -- Improving this README.MD file to provide a great experience |
9 |
| -- Updating SUPPORT.MD with content about this project's support experience |
10 |
| -- Understanding the security reporting process in SECURITY.MD |
11 |
| -- Remove this section from the README |
| 9 | +## Examples |
| 10 | + |
| 11 | +Outline the examples in the repository. |
| 12 | + |
| 13 | +| Example | Description | |
| 14 | +|-------------------|--------------------------------------------| |
| 15 | +|[Android Image Classifier](mobile/examples/image_classifications/android)| An example application for ONNX Runtime on Android. The example app uses image classification which is able to continuously classify the objects it sees from the device's camera in real-time and displays the most probable inference result on the screen. | |
12 | 16 |
|
13 | 17 | ## Contributing
|
14 | 18 |
|
|
26 | 30 |
|
27 | 31 | ## Trademarks
|
28 | 32 |
|
29 |
| -This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
30 |
| -trademarks or logos is subject to and must follow |
| 33 | +This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
| 34 | +trademarks or logos is subject to and must follow |
31 | 35 | [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
32 | 36 | Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
33 | 37 | Any use of third-party trademarks or logos are subject to those third-party's policies.
|
0 commit comments