Detect faces in the photo and gopherize it. ʕ◔ϖ◔ʔ
before
after
For details, please visit https://gopherize.com.
- Run 
dep ensure - Enable Cloud Vision API on Google Cloud Console
 - Create service account key(JSON) on credentials page
 - Save key file to 
gopherize/app/service_account.json - Run 
goapp serve app/on repository root - Access 
http://localhost:8080 - Enjoy 🎉
 
- Fork (https://github.com/tanksuzuki/gopherize/fork)
 - Create a feature branch
 - Commit your changes
 - Rebase your local changes against the master branch
 - Create new Pull Request
 
- test
 

