Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Sky-Kim
/
com.sky.sentis.openwakeword

unity-sentis
unity
sentis
on-device
keyword-spotting
wake-word
Model card Files Files and versions
xet
Community

Instructions to use Sky-Kim/com.sky.sentis.openwakeword with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • unity-sentis

    How to use Sky-Kim/com.sky.sentis.openwakeword with unity-sentis:

    string modelName = "[Your model name here].sentis";
    Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName);
    IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model);
    // Please see provided C# file for more details
    
  • Notebooks
  • Google Colab
  • Kaggle
com.sky.sentis.openwakeword / Runtime
16.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Sky-Kim's picture
Sky-Kim
Run inference synchronously to cut wake-word latency
4b721d3 about 1 month ago
  • OpenWakeWord.cs
    15.9 kB
    Run inference synchronously to cut wake-word latency about 1 month ago
  • OpenWakeWord.cs.meta
    59 Bytes
    Initial commit: com.sky.sentis.openwakeword Unity package about 1 month ago
  • Sky.Sentis.OpenWakeWord.asmdef
    406 Bytes
    Initial commit: com.sky.sentis.openwakeword Unity package about 1 month ago
  • Sky.Sentis.OpenWakeWord.asmdef.meta
    166 Bytes
    Initial commit: com.sky.sentis.openwakeword Unity package about 1 month ago