[go: nahoru, domu]

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
fugumt-en-ja Fugu-Machine Translator Pytorch 1.2.9 and later JP
fugumt-ja-en Fugu-Machine Translator Pytorch 1.2.10 abd later

Object Detection

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

Text To Speech

Name Detail Exported From Supported Ailia Version Blog
tacotron2 Tacotron2 Pytorch 1.2.15 and later JP
gpt-sovits GPT-SoVITS Pytorch 1.4.0 and later 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

  ailia_voice:
    git:
      url: https://github.com/axinc-ai/ailia-speech-voice.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.

About

ONNX Model Library for Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published