Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.12 KB

Feel Vision

A GWT, App Engine and Google Cloud Vision API demo - with a taste of material design.

This project is a demo of how to use the MaterialCameraCapture widget and the Google Cloud Vision API.

APIs and frameworks used

Server-side

  • Google App Engine Google App Engine is a platform for building scalable web applications and mobile backends.

  • Google Cloud Vision API Google Cloud Vision API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use REST API.

  • Jersey API RESTful Web Services in Java.

Client-side

  • GWT GWT is a development toolkit for building and optimizing complex browser-based applications.

  • GWT Material Design A Google Material Design wrapper for GWT.

  • GWT Views API A simple but powerful View controller for GWT.