Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.58 KB

File metadata and controls

20 lines (15 loc) · 1.58 KB

UnityWatsonVR

This is a sample app builded to show Watson Visual Recognition capabilities inside Unity.

It makes use of Watson SDK for Unity.

Setup

  1. Register/Login to IBM Cloud from https://console.bluemix.net
  2. Instantiate a Visual Recognition service. Create credentials and copy-paste the API_KEY in Assets/Scripts/Secrets file.
  3. optional Instantiate a Watson Studio service if you want to create custom visual recognition model to play with Tangram mode and Quiz mode.
  4. optional Inside Watson Studio, create a custom model named "tangram" with provided images inside "Custom Classifiers" folder. More info here
  5. optional Inside Watson Studio, create a custom model named "waste" with provided images inside "Custom Classifiers" folder. More info here
  6. optional Instantiate a Cloudant service if you want to try the "quiz game". Create credentials and copy-paste URL and DB_NAME (you have to create one by hand, inside the service interface) them in Assets/Scripts/Secrets file.
  7. optional Create a document inside the Cloudant db with the structure showed on the sample file "cloudant-doc.json"
  8. run the app in Unity or deploy it on a phone (only Android platform was tested, but it could run also on iOS)
  9. you're ready to play with Watson Visual Recognition Face detector, the default classifier, the tangram custom classifier and the quiz!

This sample was made for IBM PartyCloud 2018 in Milan, Italy.