Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.89 KB

README_en.md

File metadata and controls

55 lines (39 loc) · 2.89 KB
AoE Logo

Build Status Android CocoaPods Compatible License

Documentation | Release Note | Road Map | 中文

I. Background

1. What is AoE?

AoE (AI on Edge) is a drop-open open source terminal side AI Integrated Runtime Environment (IRE). Designed with "stability, ease of use, security" to help developers easily deploy deep learning algorithms from different frameworks to the terminal for efficient execution.

Why do you want to make a terminal AI integrated runtime framework? There are two reasons for this:

  • Frame diversity, with the rapid development of artificial intelligence technology, in the past two years, there have been many inference frameworks running on the terminal, which on the one hand gives developers more choices, on the other hand, it also increases the AI. The cost of deploying to the terminal.
  • The process is cumbersome. The process of directly accessing AI through the reasoning framework is cumbersome, involving dynamic library access, resource loading, pre-processing, post-processing, resource release, model upgrade, and how to ensure stability.

2. Which platforms does AoE support?

Currently, AoE provides Android and iOS implementations. The Linux platform runtime environment SDK is under intense development and is expected to be released at the end of September to facilitate the landing of AI services on smart devices.

II. Working with documents & examples

MNIST SqueezeNet
MNIST Squeeze

III. Q&A

  • Welcome to submit issues and PRs directly

IV. Project members

Core member

kulouddingccoleman.zouyangke1120tangjiaxu

V. Friendly link

Another open source project in our department Dokit, a full-featured client (iOS, Android) development assistant, you deserve :)