@react-native-firebase/ml-natural-language

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

Usage no npm install needed!

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

README


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:

  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.