Subject Segmentation is a ML model for Android provided by Google Machine Learning.There is not direct support to flutter of that kit. Here in this project, I have used flutter method channel to implement this.
- Pick any Image you want.
- Press on "Process Image" button.
- ✨Magic ✨
- Supports JPG, JPEG, PNG, WEBP
- Flutter & Dart
- Google ML Kit
- Platform Specific Code (Java)
- Image conversion
This project requires Flutter SDK to run.
Clone the repo to your local machine
cd <Your Desired Directory>
gh repo clone tanvir-robin/Google-ML-Subject-Segmentation-Flutter
Load the dependencies
flutter pub get all
The project must be run on a real device to work on. This plugin doesn't support running on emulators. Connect your real device via USB cable and choose it on device panel
Run the project
flutter run
Want to contribute? Great! Feel free to fork and create pull request.