An open API service indexing awesome lists of open source software.

https://github.com/enot-autodl/enot_lite_tutorials

Here you can find tutorials for ENOT_lite framework.
https://github.com/enot-autodl/enot_lite_tutorials

Last synced: 10 months ago
JSON representation

Here you can find tutorials for ENOT_lite framework.

Awesome Lists containing this project

README

          

# ENOT_lite_Tutorials
Here you can find tutorials for ENOT_lite framework.

# Installation

Install ONNX Runtime compiled with TensorRT and OpenVINO execution providers.
This package can be installed from ENOT team GitHub
(https://github.com/ENOT-AutoDL/ONNX-Runtime-with-TensorRT-and-OpenVINO)
using the following command:

$ wget -O - https://raw.githubusercontent.com/ENOT-AutoDL/ONNX-Runtime-with-TensorRT-and-OpenVINO/master/install.sh | bash

Install ENOT Lite framework from PyPI:

$ pip install enot-lite

### 1. Tutorial - getting started
This is a minimal example of using ENOT Lite Framework.