https://github.com/uetchy/google-cloud-vision-raspi-sample
Simple python script that shoot a picture and describes object name in it.
https://github.com/uetchy/google-cloud-vision-raspi-sample
Last synced: about 1 year ago
JSON representation
Simple python script that shoot a picture and describes object name in it.
- Host: GitHub
- URL: https://github.com/uetchy/google-cloud-vision-raspi-sample
- Owner: uetchy
- Created: 2015-12-11T09:08:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T23:57:43.000Z (over 10 years ago)
- Last Synced: 2025-02-21T19:27:41.860Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scent
## Build
```
$ docker-compose build
$ docker-compose run app [image-file]
```
## Run
```
$ python capture.py && docker-compose run app target.jpg
```