GithubHelp home page GithubHelp logo

imclab / unity-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from watson-developer-cloud/unity-sdk

0.0 2.0 1.0 272.95 MB

:construction: Unity SDK to use the IBM Watson services.

License: Apache License 2.0

C# 99.82% GLSL 0.14% Shell 0.04%

unity-sdk's Introduction

Watson Developer Cloud Unity SDK

Use this SDK to build Watson-powered applications in Unity. It comes with a set of prefabs that you can use to develop a simple Watson application in just one minute.

Before you begin

Ensure that you have the following prerequisites:

  • An IBM Bluemix account. If you don't have one, sign up.
  • Unity. You win! You can use the free Personal edition.

Getting the Watson SDK and adding it to Unity

You can get the SDK by cloning the the repository from GitHub.

Installing the SDK source into your Unity project

  1. Clone the following GIT repository into a directory within your current Unity project.
  2. Go to Configuring Watson service credentials.

Installing the SDK from the Unity Package

  1. Download the WatsonDeveloperCloud.unitypackage file.
  2. Open Unity, then open your project or create a new one.
  3. Add the Watson SDK package by selecting Assets -> Import Package -> Custom Package.
  4. Navigate to the location of the WatsonDeveloperCloud.unitypackage, and click Open. The Importing package window is displayed.
  5. Click Import. The asset is imported, and the prompt to configure your Watson service credentials is displayed.
  6. Click Yes. The Config Editor is displayed, and the Watson services to be configured are in the list.
  7. Go to Configuring Watson service credentials.

Configuring your service credentials

  1. Determine which services to configure.
  2. If you have configured the services already, complete the following steps. Otherwise, go to step 3.
    1. Navigate to the Dashboard on your Bluemix account.
    2. Click the tile for a service.
    3. Click Service Credentials.
    4. Copy the content in the Service Credentials field, and paste it in the credentials field in the Config Editor in Unity.
    5. Click Apply Credentials.
    6. Repeat steps 1 - 5 for each service you want to use.
  3. If you need to configure the services that you want to use, complete the following steps.
    1. In the Config Editor, click the Configure button beside the service to register. The service window is displayed.
    2. Click Create.
    3. Click Service Credentials.
    4. Copy the content in the Service Credentials field, and paste it in the empty credentials field in the Config Editor in Unity.
    5. Click Apply Credentials.
    6. Repeat steps 1 - 5 for each service you want to use.
  4. Click Save, and close the Config Editor.

Preparing the test data for developing a basic application

The SDK contains a TestNLC classifier, which contains classes for temperature and conditions. Before you develop a sample application in the next section, train the classifier on the test data.

  1. Open the NLC Editor by clicking Watson -> NLC Editor.
  2. Locate the TestNLC classifier, and click Train. The training process begins. The process lasts a few minutes.
  3. To check the status of the training process, click Refresh. When the status changes from Training to Available, the process is finished, and you can begin to develop a basic application that uses the Natural Language Classifier, as described in the next section.

Developing a basic application in one minute

You can quickly develop a basic application that uses the Speech to Text service and the Natural Language Classifier service by using the prefabs that come with the SDK. Ensure that you prepare the test data before you complete the the following steps:

  1. Create a new scene and drag the following prefabs from Assets -> Watson -> Prefabs, and drop them in the Hierarchy tab:
  • MicWidget
  • SpeechToTextWidget
  • NlcWidget
  • ClassDisplayWidget
  1. Select the NlcWidget.
  2. In the Classifier Name field in the Inspector tab, specify TestNLC/.
  3. In the NLC Editor, expand the TestNLC classifier, expand the classes, and determine which questions about the weather to ask to test the classifier.
  4. Run the application.
  5. Say your questions into the microphone to test the MicWidget, the SpeechToTextWidget, and the NlcWidget.

Dialog and classifier management

The SDK contains editors for managing your dialogs and classifiers.

Uploading dialogs

You can upload dialogs by using the Dialog Editor.

  1. Click Watson -> Dialog Editor. The Dialog Editor window is displayed.
  2. Specify a name for the dialog in the Name field.
  3. Click Upload.
  4. Navigate to the dialog file to be uploaded, and click Open.

Managing classifiers

You can use the NLC Editor to import and export classifier files, and create new classifiers and edit them.

Importing files for existing classifiers

  1. Click Watson -> NLC Editor. The NLC Editor window is displayed.
  2. Click Import.
  3. Navigate to the .csv file to import, and click Open. The file is imported.
  4. Click Train.

Creating new classifiers

  1. Click Watson -> NLC Editor. The NLC Editor window is displayed.
  2. In the Name field, specify a name for the classifier.
  3. Click Create.

Editing and training classifiers

  1. Click Watson -> NLC Editor. The NLC Editor window is displayed.
  2. Expand the classifier.
  3. To create a new class, specity a name for the new class in the empty field, and click Add Class.
  4. To add a phrase to the class, specify a phrase in the empty field, and click Add Phrase.
  5. Click Train.

unity-sdk's People

Contributors

germanattanasio avatar mediumtaj avatar

Watchers

 avatar  avatar

Forkers

kidaak

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.