This is your work, valued

Memo Akten

Elite
@memoakten

Sometimes I like to pretend to be an Olenellus fremonti evolving into an Olenellus mohavensis, just for fun – although I usually can't walk for days afterwards.

eco-nft. A basic guide to ecofriendly CryptoArt (NFTs)

710

ai-resources. Selection of resources to learn Artificial Intelligence / Machine Learning / Statistical Inference / Deep Learning / Reinforcement Learning

624

ofxMSATensorFlow. C++ openframeworks addon and examples integrating Google's TensorFlow numerical computation and machine learning library

461

webcam-pix2pix-tensorflow. Source code and pretrained model for running pix2pix in realtime on a webcam feed.

361

ofxMSAFluid. C++ openFrameworks addon for solving and drawing 2D fluid systems based on Navier-Stokes equations and Jos Stam's paper "Real-Time Fluid Dynamics for Games"

200

ofxMSAOpenCL. C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be

91

p5-MSAFluid. MSAFluid library for processing.

85

ofxKinect-demos. demos for ofxKinect (Kinect openFrameworks addons)

81

ofxIlda. C++ openFrameworks addon for a device agnostic Ilda functionality to control galvo+mirror based laser projectors. See ofxEtherdream for integration with opensource ILDA laser DAC.

80

ofxMSAmcts. A very simple C++ MCTS (Monte Carlo Tree Search) implementation with examples for openFrameworks

64

ofxMSAPhysics. C++ openFrameworks addon for particle/constraint based physics library with springs, attractors and collision. It uses a very similar api to the traer.physics library for processing to make getting into it as easy as possible. All classes are template based with typedefs for physics in 2D or 3D - Potentially even more dimensions! Demo at www.memo.tv/msaphysics

57

ofxEtherdream. C++ openFrameworks addon for interfacing with the Etherdream DAC

53

ofxMSAWord2Vec. openFrameworks addon to load and manage word2vec word embeddings, and supporting python code to train them

45

py-msa-kdenlive. Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.

33

ofxARDrone. C++ openFrameworks addon to interface with and control Parrot AR.Drone1 and 2.

32

ofxMSAInteractiveObject. C++ openFrameworks addon which wraps up some poco functionality to make flash-like objects which auto updates/draws and adds mouse methods like onRollOver, onPress, OnRollout? etc with bounds checking with easy to remember functions to register/un-register callbacks.

31

ofxSimpleGuiToo. C++ openFrameworks addon for simple and very quick to setup GUI based on Todd Vanderlin's ofxSimpleGui. It uses a very similar (almost identical) API, but with a rewritten backend.

25

petita-dumdum. I'm a Soundcloud bot. I like the abstract poetry of Petita Tatata, so I download and improvise music over them. I upload my improvisations to soundcloud. I'm still very young and just learning to play. But it's fun and I enjoy.

23

of-Slitscan3D. volumetric slit-scan demo using Kinect. made with openFrameworks 0072 + ofxKinect

22

iSteveJobs. Feel free this to install this in all Apple Stores. (I'm sure it's legal, but don't quote me on that)

21

ofxMSAInterpolator. C++ openFrameworks addon with a set of template classes for doing various types of interpolations on data with any number of dimensions. You can feed the system an arbitrary number of data, then resample at any resolution, or ask for the value at any percentage along the data. Input data can be floats (for 1D splines, Vec2f (for 2D splines), Vec3f (for 3D splines), or even matrices, or custom data types (e.g. biped pose). Demo at www.memo.tv/msainterpolator

17

ofxMSACore. A very lightweight C++ wrapper which maps basic types to allow tight integration with openFrameworks (www.openframeworks.cc) and Cinder (www.libcinder.org) - or potentially any other C++ frameworks. Used by most of my other ofxMSAxxx addons.

17

ofxMSAControlFreak. GUI agnostic parameter management system for openFrameworks

16

TornadoOSCWSStream. OSC WebSocket stream using Tornado

16

VolumeRunner. C++

13

ofxMSAlibs. Collection of addons for openFrameworks

13

max-skeletonML. Max

11

pix2pix-tensorflow. Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/

11

p5-Webcam-Piano-1.5. Processing demo to use the webcam to play a virtual piano. Adjustable gridsize, harmonics, scale etc.

10

stayhomesavelives. JavaScript

10

ofxMSAControlFreakGui. OpenGL Gui to display ofxMSAControlFreak parameters

8

ofxMSAPingPong. C++ openFrameworks addon to create a double buffer to be able to ping-pong back and forth. Templated class allows any data type to be ping-ponged (E.g. opengl texture, opencl image buffer, arbitrary data buffer etc).

7

ainsanity-webextension. Cross-browser WebExtension to replace the terms Artificial Intelligence, Artificially Intelligent, AI etc. with Data-Driven Methods and DDM (and throws in a bar graph emoji for good measure)

7

MSAQTPlayer. Native Cocoa fullscreen, multiple output Quicktime player with fast, greater-than-4096-pixels support.

7

char-rnn-tensorflow. Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow

6

ofxMSABPMTapper. C++ openFrameworks addon to keep track of BPM (via tapping) and output helper tempos on the beat, double-tempo, half-tempo, on every bar etc.

6

AS3-SVGExport. Demo for drawing and exporting SVG from Flash. Doesn't support full SVG, only strokes, colors, thickness.

6

magenta. Magenta: Music and Art Generation with Machine Intelligence

6

ofxMSATimer. C++ openFrameworks addon to keep track of ultra high resolution time on posix systems using mach_absolute_time (currently using host timing on windows and linux)

6

ofxARDroneOscBridge. C++

6

ofxMIOFlowGLSL. UPDATED FOR GL3. // Optical Flow GPU Version - based upon Andrew Benson's solution

5

AS3-Noise-Suite. A suite of AS3 classes for creating various noise functions, interpolations, fractal composition etc.

5

of-VertexArray-VBO-PointSprite-Demo. Demos usage of VertexArrays, VBOs, and Point Sprites for openFrameworks 006+. Mac xcode project provided, but should also work on win, linux, ios (if immediate mode code is removed)

5

ofxMSAStereoSolver. C++ openFrameworks addon to calibrate, rectify and create disparity maps from two non-rectified and non-calibrated images (or image sequences). NOT TESTED WITH LATEST OPENFRAMEWORKS YET.

5

ciVSyncTestApp. Vsync / FPS test application for Cinder

4

MSAMultiVideoPlayer. a very simple cross platform application to position and play multiple videos anywhere on the screen (or multiple screens).

4

ofxMSACocoa. Native Cocoa Windowing addon for openFrameworks [OLD]

4

OF-audioOverSerial. old school serial comms over audio (i.e. encode text or any binary data).

4

tensorflow_tutorials. From the basics to slightly more interesting applications of Tensorflow

4

triggershift. http://www.triggershift.org/

4

pr_kinect2_tracker. C++

3

ofxMSAMultiCam. Wrapper for managing multiple cameras (ofVideoGrabber or ofxMachineVision), and laying them out into an ofFbo for easy processing in a single go (e.g. on GPU).

3

p5-bubbles. A simple bubbles particle system demo built with www.processing.org

3

gpt-2. Code for the paper "Language Models are Unsupervised Multitask Learners"

3

ofxProjectorBlend. addon to smoothly blend multiple projector edges together for installations

3

neuraltalk. NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.

2

ofxMSAControlFreakImGui. Lightweight wrapper to display ofxMSAControlFreak parameters with ImGui

2

ofxProjectorBlendSimpleGui. Manages a ofxSimpleGuiToo for ofxProjectorBlend (requires my fork)

2

DCGAN-tensorflow. A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"

2