Metadata-Version: 2.1
Name: ailia
Version: 1.3.0.4
Summary: ailia SDK
Home-page: https://ailia.jp/
Author: ax Inc.
Author-email: contact@axinc.jp
License: Commercial License
Requires-Python: >3.6
Description-Content-Type: text/markdown

# ailia SDK 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 SDK

ailia SDK is a cross-platform high speed inference SDK. The ailia SDK provides a consistent C++ API on Windows, Mac, Linux, iOS, Android, Jetson and RaspberryPi. It supports Unity, Python and JNI for efficient AI implementation. The ailia SDK makes great use of the GPU via Vulkan and Metal to serve accelerated computing.

## Install from pip

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

```
pip3 install ailia
```

## 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-sdk

