Facial expression detector sample app. Using Webpack, Google Vision, React.
Client-side app based on React & Webpack. Run dev server with:
cd frontend/
npm run dev-server
Proxy to Google Cloud Vision API, holds Google API credentials. Get an API key in the Google Developers Console, then:
cd imgproxy/
export VISION_API_KEY={my_vision_api_key}
npm run dev-server