Hi, By "TF installed on the Pi" I imagine the C binding (shared library -> .so), right? Just to confirm... If you got that and Pharo also installed on the Pi then I guess all you need is: github.com/PolyMathOrg/libtensorflow-pharo-bindin… That is, you should load the TensorFlow wrapper for Pharo and then somehow specify the path to the .so. Does this help?
D. N. Segla SAMATY
Good job Sir, I want to replicate that by my own on Raspbery Pi3 but I have no idea about how to start that out. I've got both TF and Pharo installed on the Pi, but how to do the binding with Paro and run my first image classification. I'm new at playing with Smalltalk so ...