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
18
18
1 . [ image-to-tensor] ( image-to-tensor/ )
19
19
1 . [ tensor-reversal] ( tensor-reversal/ )
20
20
1 . [ old-tv] ( old-tv/ )
21
- 1 . [ Vision ] ( vision/ )
21
+ 1 . [ vision ] ( vision/ )
22
22
23
23
## Ressources
24
24
Original file line number Diff line number Diff line change 1
1
# React Native with Google Vision
2
2
3
3
Using [ vision.googleapis.com] ( https://cloud.google.com/vision ) to identify the content of a picture.
4
+
4
5
Thanks to @EvanBacon [ for the example] ( https://github.com/expo/examples/tree/master/with-google-vision ) .
5
6
7
+ ** Requirements**
8
+
9
+ - Google Cloud Vision API key
10
+
6
11
## Result
7
12
8
13
![ React Native with Google Vision] ( ./images/google-cloud-vision.gif )
9
14
10
15
## Getting Started
11
16
12
- ** Requirements**
13
-
14
- - Google Cloud Vision API key
15
-
16
17
```
17
18
yarn
18
- yarn start // then scan the QR Code
19
+ yarn start
19
20
```
21
+
22
+ Then scan the QR Code and use your ` iOS|android ` device
0 commit comments