React Native Firebase - ML Kit Natural Language
DEPRECATED
This package is deprecated and should no longer be used.
Google has split mobile machine learning functionality into two pieces:
-
"On-Device" inferences - this will be handled via the standalone "Google ML Kit" libraries, and the related
react-native-mlkit
package. This includes any APIs where the device uses a local model to make inferences -
"Cloud" inferences - these will continue in Firebase, but are now in the "Firebase ML" library, and will be available from the new consolidated
@react-native-firebase/ml
package
More information on the transition is available here: https://firebase.google.com/docs/ml#cloud_vs_on-device
Built and maintained with