React Native App/ EXPO Framework using the Google Vision API to read the mileage of an hubodometer and the GPS coordinates
-
Install NodeJS 12 or higher here
-
Install YARN here
-
Download the EXPO APP in Android or iOS device, this one will be used to build the app in android and iOS mobile here
-
Inside the folder google-vision-rn-demo run the comand in consoll
"yarn install".This command will be install all the dependencies
-
Run the command in console
"expo start".This command will open a web browser with a QR code, this QR code has to be readed with the expo app. You should be in the same network.
-
After read the QR code the app will be launched and you would test it, so, take a photo of an hubodometer and see how it works.
See the next EXPO documentation Build Standalone Apps https://docs.expo.io/versions/latest/distribution/building-standalone-apps/
The steps to use the app are:
- The app is launched with a screen of start, you shuld tab the button.
- Take a photo of an hubodometer.
- Crop the photo.
- The app will be process the photo and show the mileage.
This project has created by me using firebase functions, anyone could add code and improve the project.