SDK for optimized running of many popular neural networks on multiple platform
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.
The core library is a standard package of the ailia SDK. Make some basic inferences.
ailia Tokenizer is a library for encode NLP text and decode NLP tokens. ailia Tokenizer supports tokenization without Python transformers.
ailia Speech is a library for speech recognition. It uses ailia SDK and ailia.audio for doing Speech2Text.
ailia AI Voice is a library generating speech from text. Using ailia AI Voice, you can easily integrate AI powered text-to-speech into your applications.
ailia LLM is a library for running local LLMs. It can load GGUF and easily implement chat functionality.