Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 791 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 791 Bytes

This is the Demo project for Microsoft's CustomVision Azure API.

Build status

We use smal results DataSet from Questolog to train the model.

After training service will be able to classify results photos based on address, city and escape quest name.

To make the code running for you:

  1. Create account on CustomVision website.
  2. Get Training API Code on settings page and copy it to the clipboard.
  3. Paste your code to the App.config. (Replace {PLACE_YOUR_API_KEY_HERE} with actual value from clipboard).