1hbb / ReactNative-ObjectDedection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactNative-ObjectDedection

Object Dedection Application written in React Native and Redux.

How To Use

  • Add your Google Vision API key in apiRequest.js like this const uri ='https://vision.googleapis.com/v1/images:annotate?key=[YOUR-GOOGLE-VISION-API-KEY]';
  • git clone https://github.com/1hbb/ReactNative-ObjectDedection.git
  • cd ReactNative-ObjectDedection
  • npm install
  • For ios only cd ios && pod install && cd .. && react-native run-ios
  • For android onyl react-native run-android

Screenshots

About


Languages

Language:JavaScript 54.4%Language:Java 20.9%Language:Objective-C 14.8%Language:Starlark 6.4%Language:Ruby 2.6%Language:Swift 0.6%Language:C 0.3%