@react-native-firebase/ml-vision

React Native Firebase - Firebase ML Kit brings the power of machine learning vision to your React Native application, supporting both Android & iOS.

Usage no npm install needed!

<script type="module">
  import reactNativeFirebaseMlVision from 'https://cdn.skypack.dev/@react-native-firebase/ml-vision';
</script>

README


React Native Firebase - ML Kit Vision


DEPRECATED

This package is deprecated and should no longer be used.

Google has split mobile machine learning functionality into two pieces:

  1. "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

  2. "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 💛 by Invertase.