rikukissa / node-red-contrib-image-output

🏞 Easy way of previewing and examining images in your flows
MIT License
13 stars 6 forks source link

Google face Detection - google vision flow #13

Open ozett opened 4 years ago

ozett commented 4 years ago

your node looks promising, and the google face detetion flow on the readme.md even more.

do you have a link to this google-flow? or a link to a node-module? may you put it on the readme.md?

thx, 👍

rikukissa commented 4 years ago

Unfortunately I don't think I have the code anymore as it was only on my local machine at the time :( it was fairly easy to implement though, as it was pretty much just a call to Google Vision API

ozett commented 4 years ago

i searched the web and stranded here:

https://github.com/GoogleCloudPlatform/node-red-contrib-google-cloud/blob/master/examples/Vision.json

maybe another starting point to re-create your flow... 😉