You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

The purpose of this Document is to enumerate the APIs which are exposed by Akraino Blue print project to the external projects Akraino/Non Akraino for interaction/integration.

This document should be used in conjunction with the architecture document to understand APIs at  modular level and their interactions.

This document should function as a glossary of APIs with its functionality, interfaces, inputs and expected outcomes as the following example:

API1: Kubernettes native APIs 

API2: KubeEdge APIs (Kubernetes API extensions)

API3: ML inference framework APIs 

API4: ML inference offloading APIs 

ML Offloading APIs provides synchronization of ML inference service with UE side. It serves application developers and enable machine learning apps to offload computation intensive jobs from UE device to close by edge nodes. ML offloading services satisfie the requirement the ML computing resource requirement, meanwhile its responses faster than cloud ML services. 

ML offlading APIs offer ML inference services (support different ML frameworks) from KubeEdge sites through ML APIs, which contains a set of commonly used model pool. Machine Learning models in the pool have detail features published and performance has been tested. It has different categories to cover a wide variety of user cases in ML domain. The ML API enables traditional app developer to leverage the fast response time of edge computing, and lower entry barriers of machine learning knowledge. Just use those ML offloading API in app, and stable new ML feature can be delivered to user devices from the nearest edge node. The ML engine contains vision, video, OCR, Facial recognition, and NLU sectors. Developer’s applications can provide inputs ( image or voice) to the ML offloading APIs via https request, and the edge ML offloading service can identify objects, people, text, scenes and activities etc. It is a key component of KubeEdge to address users' data security or latency concerns.  With high scalability of model acceleration on demand, mobile app developer no need to worry of on device resource limitation, and latency to the public cloud. 

The ML offloading APIs is a set of intelligence services on edge cloud offers various of AI services, and it can be triggered by mobile applications. For example, it can be used to determine if an image contains faces or translate text into different languages. Those APIs are available only if developers deploy it those KubeEdge. The ML offlading APIs can support different ML categories, including Vision, ASR, dialog engine and more in the future, ans serves as REST web service.

Here is an example of Facial expression API divination

  • No labels