Skip to content

axinc-ai/ailia-models-flutter

Repository files navigation

ailia MODELS Flutter

A model library for flutter.

Requirements

  • flutter 3.19.6

Install and Run

git clone https://github.com/axinc-ai/ailia-models-flutter.git
flutter pub get
flutter run

Models

Audio Processing

Model Exported From Supported Ailia Version Blog
whisper Whisper Pytorch 1.2.10 and later JP

Image Classification

Model Exported From Supported Ailia Version Blog
resnet18 ResNet18 Pytorch 1.2.8 and later

Natural Language Processing

Model Exported From Supported Ailia Version Blog
multilingual-e5 multilingual-e5-base Pytorch 1.2.15 and later JP

Object Detection

Model Exported From Supported Ailia Version Blog
yolox YOLOX Pytorch 1.2.6 and later EN JP

Import ailia SDK

This repository automatically downloads the ailia SDK.

When integrating the ailia SDK into a new application, add the following to pubspec.yaml.

  ailia:
    git:
      url: https://github.com/axinc-ai/ailia-sdk-flutter.git

  ailia_audio:
    git:
      url: https://github.com/axinc-ai/ailia-audio-flutter.git

  ailia_tokenizer:
    git:
      url: https://github.com/axinc-ai/ailia-tokenizer-flutter.git

  ailia_speech:
    git:
      url: https://github.com/axinc-ai/ailia-speech-flutter.git

Also, for macOS, it is necessary to set com.apple.security.app-sandbox to false in macos/Runner/Release.entitlements and macos/Runner/Debug.entitlements.

For iOS, it is necessary to add Accelerate.framework and MetalPerformanceShaders.framework to xcode project.

framework

About

ONNX Model Library for Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published