Metadata-Version: 2.1
Name: ailia_tflite
Version: 1.2.2.0
Summary: ailia TFLite Runtime
Home-page: https://ailia.jp/
Author: ax Inc.
Author-email: contact@axinc.jp
License: https://ailia.ai/license/en/
Requires-Python: >3.6
Description-Content-Type: text/markdown

# ailia TFLite Runtime Python API

!! CAUTION !!
“ailia” IS NOT OPEN SOURCE SOFTWARE (OSS).
As long as user complies with the conditions stated in [License Document](https://ailia.ai/license/), user may use the Software for free of charge, but the Software is basically paid software.

## About ailia TFLite Runtime

ailia TFLite Runtime is a TensorFlow Lite compatible inference engine. Written in C99, it supports inference in Non-OS and RTOS. It also supports high-speed inference using Intel MKL on a PC.

## Install from pip

You can install the ailia SDK free evaluation package with the following command.

```
pip3 install ailia_tflite
```

## Install from package

You can install the ailia SDK from Package with the following command.

```
python3 bootstrap.py
pip3 install ./
```

## API specification

https://github.com/axinc-ai/ailia-tflite-runtime

