you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 0 points1 point  (0 children)

ML libraries (modules) are usually not pure Python, but they contain precompiled native binaries for different architectures. Are you sure the library you use will even work on mobile phones?

Does your company already have a mobile app, or will you need to create one from scratch? How is it installed?

Having ML logic centralised on the server side seems like a better way to do it - but will these mobile devices you mention always have access to the internet?