Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebescudie/VL.Wekinator
- Owner: sebescudie
- Created: 2020-10-23T19:48:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T12:08:04.000Z (almost 4 years ago)
- Last Synced: 2024-12-07T16:41:52.016Z (2 months ago)
- Topics: ml, vl, vvvv, wekinator
- Homepage:
- Size: 6.83 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vl - VL.Wekinator - A library to communicate with Wekinator via OSC (Libraries / Machine Learning)
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 MotionA 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)