Is ML Kit Face Detection on-device free for commercial companies usage? - firebase

I've founded the ML Kit on-device and use it in my company new project and it is working fine but I need to know if there is any payment could be required when the app's will be uploaded on the stores(android and IOS markets), I will use only the offline version in the project.

The on-device versions of ML Kit are no longer part of Firebase, and are now known as Google ML Kit. They are free and unlimited, and you will not be charged for using them.
From the ML Kit documentation:
All are powered by Google's best-in-class ML models and offered to you at no cost.

Related

Flutter Fitness App - Any way to integrate health in flutter app

I'm working on on fitness/health app using flutter framework. I'm using google health for android and apple health for apple. The data is good for steps but not showing heart rate. Is there any proper way to integrate google health and apple health into any flutter app.
You can use the below package for health data. This lib supports both android and iOS.
https://pub.dev/packages/health
Note: This lib doesn't support background fetch so you have to write native code or use another library.

Dart Vision Client Library

I am developing an app that uses an OCR,
I used offline Firebase ML Vision so far but it is limited in terms it can't read Cyrillic letters.
Google Cloud Vision seems to fix that problem.
But my app is built with Flutter and Dart, and Vision does not have a client library for Dart.
These are the available libraries.
Did I miss something?
You are not missing anything, Google cloud does not have an official client library for dart [1]. However, I found a GitHub tread that may help you [2] developing the OCR for Cyrillic letters.
[1] https://cloud.google.com/apis/docs/cloud-client-libraries
[2] https://github.com/dart-lang/googleapis/issues/67

What is the TTS engine that here maps uses

I am developing an app using here maps. I am using voice guidance provided by them for maneuver data.
Packages used
Voice Catalog ,VoiceGuidanceOptions, VoicePackage
For more understanding, Can I know what TTS engine is used behind by here maps ?
Here uses text in form of compiled packages for voice guidance. There is no API in SDK to modify them.
For Android, Here uses the standard Android engine i.e android.speech.tts.TextToSpeech
And for IOS, AVSpeechSynthesizer from AVFoundation framework.
These are default frameworks which are available on all devices.
Hope this helps!

FLEX PLM with integration of Windchill

Do any one know what is FLEX PLM with integration of Windchill..
I need to learn it quickly becuase this will be implementing in one of our project.What is the programming language used in this? i have zero knowledge about this.
Thanks in advance!!!!!
FlexPLM is a Product Lifecycle Management solution from PTC that addresses the need of the footwear and apparel industry. This solution is build on Windchill, which is a j2ee application . For more information on FlexPLM, see PTC University Learning Exchange
Hope this helps,
Ricardo.
There is no support for direct integration of CAD software in a manner similar to Creo/Windchill integration or FlexPLM AI integration
Supports associated/reference document for library objects
Supports CAD data into Product Specification
Both are PLM Products you can Integrate ALM with PLM.
Eg. ALM Integrity Lifecycle Manager with PTC Windchill
If you want to do here is youtube video link

Seek asp.net library to integrate Google services

Sometime earlier this week i saw a reference to a commercial library (think was priced at 299) that wrapped up all the various GoogleDocs family of services - have lost the link. I've searched codeplex and VS's Library Manager without joy.
I'm aware of Google's sdk but would prefer working with a higher abstraction - though a verbose kickstarter project that integrates gData to an asp.net datatier would be nice.
thx
Is this it? http://rssbus.com/ado/google/

Resources