Giter Site home page Giter Site logo

mediapipe.net's Introduction

MediaPipe.NET

Discord NuGet

Bringing the best of MediaPipe to the .NET ecosystem! Based on MediaPipeUnity, MediaPipe.NET brings Google's MediaPipe into the .NET ecosystem in its fullest.

Installation

You may install via NuGet:

dotnet add --project <Project> Mediapipe.Net

Since this library is mapping off native methods from MediaPipe to the CLR realm, the runtime is not explicitly included in the NuGet package or in this repository. Interested parties who may want to head to the MediaPipe.NET.Runtime repository, where the native code resides.

However, if you just want things to work, You will want to use MediaPipe.Net.Runtime, you have the option of using CPU or GPU:

$ dotnet add --project <Project> Mediapipe.Net.Runtime.Gpu # if you want to use GPU
$ dotnet add --project <Project> Mediapipe.Net.Runtime.Cpu # if you want to use CPU

⚠️ NOTE ⚠️ : Certain features may not work at the moment in GPU, please consult the compatibility matrix.

Compatibility Matrix

We share the same compatibility matrix with MediaPipeUnityPlugin, so this will change depending on whichever party implements what's missing.

Linux (x86_64) macOS (x86_64) macOS (ARM64) Windows (x86_64) Android iOS
Linux (AMD64) 1 ✔️
Intel Mac ✔️
M1 Mac 2 ✔️
Windows 10 (AMD64) 34 ✔️ ✔️

Examples

Check out the Hello world example for an example graph.

Copyright

MediaPipe.NET is Copyright © The Vignette Authors, Licensed under MIT. Parts of this code is based on MediaPipeUnity, Copyright © homuler, Licensed under MIT.

Footnotes

  1. Tested on Arch Linux.

  2. Experimental, because MediaPipe does not support M1 Mac.

  3. Windows 11 will be also OK.

  4. Running MediaPipe on Windows is experimental.

mediapipe.net's People

Contributors

speykious avatar sr229 avatar adryzz avatar dbruning avatar tobyxdd 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.