memoakten/ofxMSATensorFlow
A deprecated OpenFrameworks C++ addon enabling TensorFlow model loading and inference within creative coding applications.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This addon wraps TensorFlow’s C/C++ backend to enable loading pre-trained machine learning models within OpenFrameworks applications. The workflow involves building and training models in Python, saving them as binary files, then loading and running inference in C++ via the addon. It provides GPU and CPU support for Linux and OSX, with examples demonstrating various model types loaded and manipulated within the creative coding environment.