File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cp -r tensorflowjs-template new
18181 . [ image-to-tensor] ( image-to-tensor/ )
19191 . [ tensor-reversal] ( tensor-reversal/ )
20201 . [ old-tv] ( old-tv/ )
21- 1 . [ Vision ] ( vision/ )
21+ 1 . [ vision ] ( vision/ )
2222
2323## Ressources
2424
Original file line number Diff line number Diff line change 11# React Native with Google Vision
22
33Using [ vision.googleapis.com] ( https://cloud.google.com/vision ) to identify the content of a picture.
4+
45Thanks to @EvanBacon [ for the example] ( https://github.com/expo/examples/tree/master/with-google-vision ) .
56
7+ ** Requirements**
8+
9+ - Google Cloud Vision API key
10+
611## Result
712
813![ React Native with Google Vision] ( ./images/google-cloud-vision.gif )
914
1015## Getting Started
1116
12- ** Requirements**
13-
14- - Google Cloud Vision API key
15-
1617```
1718yarn
18- yarn start // then scan the QR Code
19+ yarn start
1920```
21+
22+ Then scan the QR Code and use your ` iOS|android ` device
You can’t perform that action at this time.
0 commit comments