Skip to content

Commit b537035

Browse files
committedOct 22, 2020
Update readme
1 parent 6b1d2c7 commit b537035

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cp -r tensorflowjs-template new
1818
1. [image-to-tensor](image-to-tensor/)
1919
1. [tensor-reversal](tensor-reversal/)
2020
1. [old-tv](old-tv/)
21-
1. [Vision](vision/)
21+
1. [vision](vision/)
2222

2323
## Ressources
2424

‎vision/README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# React Native with Google Vision
22

33
Using [vision.googleapis.com](https://cloud.google.com/vision) to identify the content of a picture.
4+
45
Thanks 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
```
1718
yarn
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

0 commit comments

Comments
 (0)
Failed to load comments.