serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel
https://serizba.github.io/cppflow/
MIT License
779 stars 177 forks source link

Using cppflow with TFSecured #166

Closed JordanDavis-1 closed 1 year ago

JordanDavis-1 commented 2 years ago

The current project I'm working on needs the ability for me to encrypt frozen .pb files and decrypt back within the app to run for inference . I came across this small library called TFSecured which allows exactly that: https://github.com/dneprDroid/TFSecured

Does anyone know how to go about integrating the TFSecured library to work with Cppflow?

serizba commented 1 year ago

Moving this to a discussion because there is no plan into integrating this. If anyone can help, it can post the answer in the discussion.