Skip to content
Discussion options

You must be logged in to vote

Hi @shrinidhin , if you have already written an API, perhaps you can expose those entrypoints in a separate package (i.e., create a package that separates your API calls to the actual business logic), and obfuscate the latter using Cython. In the end, you can produce .so/.dll files that may be hard to reverse-engineer. Note that whenever you compile using Cython, you need to compile it into a specific platform, but you can probably circumvent that by just compiling into Linux and "hosting" it via Docker.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shrinidhin
Comment options

Answer selected by shrinidhin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage General spaCy usage scaling Scaling, serving and parallelizing spaCy
2 participants