/whattheheckisthis

React Native + Google Vision API mobile application to identify objects in pictures taken using the phone

Primary LanguageJava

Whattheheckisthis

React Native + Google Vision API mobile application to identify objects in pictures taken using the phone

before

Getting Started

First, install dependencies by running

npm install

Get an API key for Google Cloud Vision here, then replace it here in app.js line 136

fetch('https://vision.googleapis.com/v1/images:annotate?key=[API key here]', {

To run in debug mode (youd need to connect an actual android device that can be found with adb)

react-native run-android

Prerequisites

Youd need

  • Android SDK (Easiest to download everything with Android Studio)
  • npm or yarn
  • Your own Google Cloud Vision Api key. Get one here

Building an apk

You'd want to generate a signing key and build the apk like here

Built With

Contributing

I'm open to reasonable pull requests to just play around with the application for fun

Authors

License

This project is licensed under the MIT License

Acknowledgments