-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Open
Copy link
Labels
aiArtificial Intelligence, Machine Learning (ML)Artificial Intelligence, Machine Learning (ML)epicComposed of smaller, releasable featuresComposed of smaller, releasable featureshelp wantedHelp with this would be much appreciated!Help with this would be much appreciated!python 🐍Python experience requiredPython experience required
Description
first of all kudos for photoprism! I think it is a great idea to factor out the ML part to a microservice, but i'm really wondering whether it is a good idea to develop an ML server from scratch. Especially looking at the current code, this one hard-codes models, and that is really not something that makes things scalable. there are plenty of mature ML serving development out there, TF has it's own TensorFlow Serving but that of course has its own problem, meaning it ties you to use a specific backend, namely TF.
https://github.com/roboflow/inference is something that comes to mind that is backend agnostic, but here's a quite good list of possible options: https://github.com/topics/inference-server
Reactions are currently unavailable
Metadata
Metadata
Labels
aiArtificial Intelligence, Machine Learning (ML)Artificial Intelligence, Machine Learning (ML)epicComposed of smaller, releasable featuresComposed of smaller, releasable featureshelp wantedHelp with this would be much appreciated!Help with this would be much appreciated!python 🐍Python experience requiredPython experience required
Type
Projects
Status
Help Wanted