⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.
The following plugins are included:
- capacitor-mlkit/barcode-scanning
- capacitor-mlkit/face-detection
- capacitor-mlkit/selfie-segmentation
- capacitor-mlkit/translation
- Install Node.js which includes Node Package Manager
- Android development: Install Android Studio
- iOS development: Install XCode
Clone this repository:
git clone https://github.com/robingenz/capacitor-mlkit-plugin-demo.git
Change to the root directory of the project:
cd capacitor-mlkit-plugin-demo
Install all dependencies:
npm i
Prepare and launch the Android app:
npx ionic cap sync android
npx ionic cap run android
Prepare and launch the iOS app:
npx ionic cap sync ios
npx ionic cap run ios
This project uses Ionic as app development platform and the Ionic CLI.
See LICENSE.