All Projects → federicoVisi → GIMLeT

federicoVisi / GIMLeT

Licence: GPL-3.0, GPL-3.0 licenses found Licenses found GPL-3.0 LICENSE GPL-3.0 license.md
GIMLeT – Gestural Interaction Machine Learning Toolkit

Programming Languages

Max
122 projects

Projects that are alternatives of or similar to GIMLeT

deep-significance
Enabling easy statistical significance testing for deep neural networks.
Stars: ✭ 266 (+706.06%)
Mutual labels:  ml, machinelearning
mindsdb native
Machine Learning in one line of code
Stars: ✭ 34 (+3.03%)
Mutual labels:  ml, machinelearning
responsible-ai-toolbox
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 615 (+1763.64%)
Mutual labels:  ml, machinelearning
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (+3712.12%)
Mutual labels:  sound, synth
Makine Ogrenmesi
Makine Öğrenmesi Türkçe Kaynak
Stars: ✭ 82 (+148.48%)
Mutual labels:  ml, machinelearning
Gwion
🎵 strongly-timed musical programming language
Stars: ✭ 235 (+612.12%)
Mutual labels:  sound, synth
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (+130.3%)
Mutual labels:  ml, machinelearning
Ob Xd
Virtual Analog Oberheim AAX / AU / VST / VST3 based synthesizer
Stars: ✭ 275 (+733.33%)
Mutual labels:  sound, synth
Ludwig
Data-centric declarative deep learning framework
Stars: ✭ 8,018 (+24196.97%)
Mutual labels:  ml, machinelearning
ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
Stars: ✭ 40,023 (+121181.82%)
Mutual labels:  ml, machinelearning
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (+1718.18%)
Mutual labels:  sound, synth
Real Time Ml Project
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Stars: ✭ 143 (+333.33%)
Mutual labels:  ml, machinelearning
Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (+1248.48%)
Mutual labels:  sound, synth
Tinysynth
A drums looper made with React and the WebAudio API
Stars: ✭ 238 (+621.21%)
Mutual labels:  sound, synth
Dx7 Supercollider
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Stars: ✭ 395 (+1096.97%)
Mutual labels:  sound, synth
youtube-or-pornhub
Service identification on ciphered traffic.
Stars: ✭ 26 (-21.21%)
Mutual labels:  ml, machinelearning
Main-Supercollider-Files
my supercollider codes, version history is at the branches
Stars: ✭ 21 (-36.36%)
Mutual labels:  sound, synth
sound-garden
A personal journey into the audio synth domain
Stars: ✭ 21 (-36.36%)
Mutual labels:  sound, synth
k3ai-core
K3ai-core is the core library for the GO installer. Go installer will replace the current bash installer
Stars: ✭ 23 (-30.3%)
Mutual labels:  ml, machinelearning
Responsible Ai Widgets
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 107 (+224.24%)
Mutual labels:  ml, machinelearning

GIMLeT – Gestural Interaction Machine Learning Toolkit

A set of Max patches for gesture analysis, interactive machine learning, and gesture-sound interaction design. GIMLeT features a modular design that allows to easily share meaningfully structured data between several gesture tracking devices, machine learning, and sound synthesis modules.

NOTE: the PoseNet implementation used in this package is now deprecated and therefore is likely not going to work. I don't think Il will have time to fix that in the foreseeable future and therefore anyone's contrubution is welcome, see this issue.

Installation

Install the required packages

  1. Download the odot package .zip file: https://github.com/CNMAT/CNMAT-odot/releases/download/1.3.0/odot-Max-1.3.0.zip
  2. Open the .zip file and copy the odot folder in your /Max 8/Packages folder.
  3. Download the modosc package .zip file: https://github.com/motiondescriptors/modosc/archive/main.zip
  4. Open the .zip file and copy the modosc folder in your /Max 8/Packages folder.
  5. Download the GIMLeT package .zip file: https://github.com/federicoVisi/GIMLeT/archive/main.zip
  6. Open the .zip file and copy the GIMLeT folder in your /Max 8/Packages folder.

Install the TouchOSC layout

  1. Install TouchOSC on your smarphone (iOS or Android, you'll find it on the app store)
  2. Sync the /TouchOSC/GIMLeT_TouchOSC_remote.touchosc using this guide: https://hexler.net/docs/touchosc-editor-sync
  3. Connect TouchOSC to your computer followng this guide: https://hexler.net/docs/touchosc-configuration-connections-osc
  4. Make sure the outgoing OSC port in the TouchOSC settings (see link above) is the same as the RmtCtrl Port shown in the gimlet.ml.ann module.

Launch the example patches

Launch Max, click on Extras->"GIMLeT examples" on the menu bar, choose an example.

Video Tutorials

  1. Installation and linear regression with artifical neural networks: https://youtu.be/Dace1sHy1IM
  2. Gesture following with PoseNet and GVF: https://youtu.be/GoNqiCvVgoY

Dependencies

Included in the package

Installed separately

Literature

Book chapter with an overview of interactive machine learning of musical gesture (please cite this if you use the package in a research project)

Visi, F. G., & Tanaka, A. (2021). Interactive Machine Learning of Musical Gesture. In E. R. Miranda (Ed.), Handbook of Artificial Intelligence for Music: Foundations, Advanced Approaches, and Developments for Creativity. Springer, 2021.

Paper on the Gesture Variation Follower algorithm

Caramiaux, B., Montecchio, N., Tanaka, A., & Bevilacqua, F. (2014). Adaptive Gesture Recognition with Variation Estimation for Interactive Systems. ACM Transactions on Interactive Intelligent Systems, 4(4), 1–34. https://doi.org/10.1145/2643204

Acknowledgements and history

The project was initiated as a collaboration between Federico Visi and Hochschule für Musik und Theater Hamburg, Germany, within the framework of the KiSS: Kinetics in Sound and Space project.

gimlet.mangle is based on a synth design by Atau Tanaka. The data recorder in gimlet.ml.ann is based on a design by Michael Zbyszyński.

Further development was carried out by FV as part of a postdoctoral research position at GEMM))) Gesture Embodiment and Machines in Music – Piteå School of Music – Luleå University of Technology, Sweden.

The package is being used and developed further in several projects including:

Contact

mail[at]federicovisi[dot]com

www.federicovisi.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].