All Questions
Tagged with tensorflow-c++ juce
1 question
2
votes
1
answer
421
views
Loading TensorFlow model to manipulate an audio stream with C++
I want to load a machine learning model created with TensorFlow into my C++ Audio Application made with JUCE6. In order to use TensorFlow inside C++, I am using the TensorFlow wrapper CppFlow. I have ...