Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 891 Bytes

Gopherize

Detect faces in the photo and gopherize it. ʕ◔ϖ◔ʔ

before

after

For details, please visit https://gopherize.com.

How to use

  1. Run dep ensure
  2. Enable Cloud Vision API on Google Cloud Console
  3. Create service account key(JSON) on credentials page
  4. Save key file to gopherize/app/service_account.json
  5. Run goapp serve app/ on repository root
  6. Access http://localhost:8080
  7. Enjoy 🎉

Contribution

  1. Fork (https://github.com/tanksuzuki/gopherize/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Create new Pull Request

TODO

  • test

Author

Asuka Suzuki