Aman Mittal created this tutorial which focuses on utilizing Google Cloud Vision API for you React Native App. Google Cloud Vision API is a machine learning tool that can classify details from an image provided as an input into thousands of different categories with pre-trained API models.
In this tutorial, you are going to learn how to integrate Google Cloud Vision API in a React Native application and make use of real-time APIs.
The author uses Expo. Expo provides a set of tools to create and publish React Native applications with minimal effort.
The content of the tutorial:
- Installing Expo
- Setting Up Firebase
- Building The App
The code is well explained in the article. You will find the complete code inside this GitHub repo.
[Read More]