Viewing a single comment thread. View all comments

AmbulatingGiraffe t1_j1y2zs7 wrote

I don’t have a quick answer but you might want to look into how the video game industry deals with preventing decompiling. If the code is using a python based framework then you might be out of luck but if it’s possible to use a compiled language then there are more options available to you.

3

nexflatline OP t1_j1y6xw2 wrote

>if the code is using a python based framework then you might be out of luck

Unfortunately that's the case.

3

malkocb t1_j1ycwd7 wrote

So, if your code/model is valuable to you, I would suggest you port it to something compiled like C++.

5

I_will_delete_myself t1_j21349o wrote

What about something like Codon that compiles the Python Code?

1

AmbulatingGiraffe t1_j21ojdt wrote

Honestly I don’t know enough about it to provide an informed comment. Maybe worth looking at for OP.

2