dr-pork
dr-pork t1_j3gh0wc wrote
Reply to comment by Atom_101 in [D] Best way to package Pytorch models as a standalone application by Atom_101
I'll look into pyarmor. I just found this as well https://www.sourcedefender.co.uk/ Any idea if that would work? Thanks.
dr-pork t1_j39hmmm wrote
Following this. I'm soon facing the same issue. Main concern is to protect source code. I think running a docker container locally would be fine but I still need to protect it somehow.
Is it possible to lock a container down and still access it through an API?
Perhaps encrypt the entire code or container? I think pyinstaller is not enough. If I'm not mistaken it just package the code. But you can still read it.
dr-pork t1_j3gh3ke wrote
Reply to comment by psychorameses in [D] Best way to package Pytorch models as a standalone application by Atom_101
Thanks
Any thoughts on this package?
https://www.sourcedefender.co.uk/