Machine Learning Mobile Plugin for Capacitor using Pytorch and/or Tensorflow
Don't install this plugin yet. It's still in early development.
npm install ml-capacitor-plugin
npx cap syncecho(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
loadImage() => Promise<{ imageStr: string; }>Returns: Promise<{ imageStr: string; }>