We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I just want to install Tensorflow to use it in my Processing sketches.
I tried moving some files from https://www.tensorflow.org/ to the libraries folder of processing, but it didn't worked.
How can I import Tensorflow library in Processing?
Answers
I don't see any directions for installing it for Processing. Which installation directions are you following?
Which files did you copy? Just copying some files doesn't automagically create a library...
Your best bet is probably to follow the installation instructions for Java: https://www.tensorflow.org/install/install_java
What OS are you trying to get this to work on? Windows?
We're basically at a complete loss as to how to help you. Why do you need it to work with Processing? It would be much easier to get it to work with Python, or Java... Or Go...
I copied the files that you need to download to install on windows from tensorflow page.
Then i tried to install it into java, but it didn't worked.
I'm on windows.
Your best bet is probably to create a Java project that uses both Processing and TensorFlow as libraries.