Skip to content

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

Notifications You must be signed in to change notification settings

nadzir/whattheheckisthis

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.0%
  • Ruby 1.9%
  • Other 2.1%