Skip to content

Lotti/UnityWatsonVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published