/know-your-flowers

Post a flower image, and see what type of a flower it is.

Primary LanguageJavaScriptOtherNOASSERTION

Know Your Flowers

Post a flower image, and see what type of a flower it is.

Start Server

Create a project on google cloud with vision API enabled and use export GOOGLE_APPLICATION_CREDENTIALS="[PATH]" to locate google cloud credential file required by @google-cloud/vision.

To start the server at localhost:3000 with debugging mode on use:

DEBUG=app:* npm start

Or watch it live at know-your-flower.appspot.com.