Skip to content

himanushi/capacitor-plugin-coreml

Repository files navigation

capacitor-plugin-coreml

use CoreML

Install

npm install capacitor-plugin-coreml
npx cap sync

API

compile(...)

compile(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


download(...)

download(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


load(...)

load(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


prediction(...)

prediction(options: { value: string; }) => Promise<any>
Param Type
options { value: string; }

Returns: Promise<any>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published