An open API service indexing awesome lists of open source software.

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.

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
```