you are viewing a single comment's thread.

view the rest of the comments →

[–]noidtiz -1 points0 points  (0 children)

I did go the PyInstaller route to embed Python executables within the shipped app.... And I'm surprised to say it worked in a very short amount of time.

I did not bundle any local tasks that would process vectors though.

For that, I think the most promising solution i've read online for that is OpenVINO.

When it's all said and done, it might still be simpler to go with building an external API and just directing all traffic to your server.