Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebescudie/VL.Wekinator

A set of VL nodes to interact with Wekinator
https://github.com/sebescudie/VL.Wekinator

ml vl vvvv wekinator

Last synced: 2 months ago
JSON representation

A set of VL nodes to interact with Wekinator

Awesome Lists containing this project

README

        

# VL.Wekinator

[![Nuget](https://img.shields.io/nuget/vpre/VL.Wekinator?style=flat-square)](https://www.nuget.org/packages/VL.Wekinator)

[The Wekinator](http://www.wekinator.org/) is a standalone software that uses machine learning to solve the following problem: given input X, I want to get output Y. Where X can be any input that can be expressed as a series of floats and the output can either be:

- Discrete categories, like "Pose 1", "Pose 2", ...
- Continuous numeric outputs referring to positions between discrete outputs
- Recognition of gestures over time (like drawing a circle with your mouse)

Besides sending input data and receiving outputs data from The Wekinator, this plugin also allows you to easily control the software from your patch : you can trigger the recording of new examples, train your dataset and run with simple nodes.

## Prerequisites

You must install the Wekinator software in order to use this nuget. You'll find it [here](http://www.wekinator.org/downloads/).

## Installation

Go to VL's command line and type

```
nuget install VL.Wekinator -pre
```

For more information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/libraries/dependencies.html#manage-nugets) in the VL documentation.

## Documentation

Make sure you check the help browser! Besides the traditional introduction help patch, it contains three tutorials that teaches you how to :

- Control a small synthesizer
- Recognize hand poses with your webcam
- Recognize custom hand gestures with a Leap Motion

A few links to the Wekinator documentation are also listed there.

### Dependencies needed for the help patches

- [VL.Audio](https://github.com/vvvv/VL.audio)
- [VL.OpenCV](https://github.com/vvvv/VL.OpenCV)
- [VL.Elementa](https://github.com/vvvv-dottore/VL.Elementa)
- [VL.Devices.LeapOrion](https://github.com/vvvv/VL.Devices.LeapOrion)
- [VL.Skia3d](https://github.com/vvvv/VL.skia3d)