Giter VIP home page Giter VIP logo

palpationtraining-v1's Introduction

Palpation-Training-v1

Palpation Training


Run the project

  1. Open the Unity project.

  2. Open the Scene in Unity Assets/Scenes/Palpation22222 (This scene is the modification version of the Palpation Scene from the original git PalpationTraining.git )

  3. Change the HoloLens IPv4 address in the python script Assets/Scripts/PatientDialogGPT.py :

    ip = "your hololens ipv4 address"
    port = 5000
  4. Change the Microsoft Cognitive Speech Service API key and Service Region in Assets/Scripts/HoloLensClient.cs :

    // Microsoft Cognitive Speech Service
    public string SpeechServiceAPIKey = "your speech service api key";
    public string SpeechServiceRegion = "your service region";
  5. The TCP connection between HoloLens and GPT is on scripts HoloLensClient.cs and PatientDialogGPT.py in directory Assets/Scripts .

  6. Build the project on ARM64 and Local Machine in Build Settings in Unity.

  7. Run the build in Visual Studio.

  8. After successfully deploy and build the project on HoloLens, run the python script PatientDialogGPT.py to get connection with HoloLens. (GPT API might be malfunctioning occasionally)

palpationtraining-v1's People

Contributors

unicorn-yh avatar

Watchers

 avatar

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.