Emotion analysis in ml kit in flutter - flutter

I am building a flutter app which needs the emotion analysis feature using face recognition . So I tried out ML Kit but it doesn't support emotion analysis. Then I tried using Azure or aws but they are all APIs that need time to process an image, I want it in real time. So is there any solution for integrating such a feature with flutter .

Related

face detection in flutter using google ml kit

I am working on an application where main screen has a live camera opened automatically.
Here I need faces to be detected.
Am getting confused about how to integrate ML kit.
Do I have to signup with firebase????
I tried working with google ml kit but got too many errors.
There are two separate ML libraries now - Firebase ML and ML Kit. Firebase ML runs on the cloud, and you need to use Firebase for it. You can find the documentation here.
ML Kit, however, runs entirely on the user's device, and it does not require you to use Firebase, unless you want to use custom models.
The easiest way to integrate it into your flutter app would be to use the google_ml_kit library, which provides modules for different purposes. For face recognition, you can use google_mlkit_face_detection.

Flutter: Google ML Kit alternative for desktop?

I have an idea for a desktop app that needs to detect whether a user has his/her eyes closed and track the orientation of the user's head in real time.
Google ML Kit offers these two features right out of the box and with the google_ml_kit Flutter package it's as easy as pie to get it up and running in an Android or iOS app.
But sadly the Google ML KIT doesn't support MacOS or Windows.
Is there an alternative package for desktop that doesn't require me to train the models myself and would be easy to integrate into a Flutter app?

Tensorflow Lite Facemesh in Flutter

I'm building a mobile app which basically should create a facemesh from a live camera video and apply some filters/makeup to it.
I wanted to use Flutter as the mobile framework in combination with Tensorflow lite.
I'm looking at Tensorflows Facemesh model but I can't find any good integration in Tensorflow lite.
Is there either a way to use Tensorflow lite with the facemesh model or use tensorflow.js (includes the facemesh feature) with Flutter?
Thanks in advance!
Pascal

is google ml kit only front-end service?

is google ml kit only front-end service ? I mean it only detect objects in an image or it go to the database and get the similar products as the captured one in flutter app?

How can i use GOOGLE ML KIT for flutter app?

I am new to flutter, It is a great way to build apps for all platform, But is there a way to use google ML KIT for flutter? I want to use Selfie Segmentation.
Yes, there's a way to use Google ML KIT for flutter. Try google_ml_kit.