Answer the question
In order to leave comments, you need to log in
Ready\template server for image processing
Let's say there is some code that processes an image. It needs to work on the server.
Those. the standard chain of actions is something like this: upload the image to the server, process it, display the result to the user, write it to the database on the server.
What are the basic ready-made approaches / patterns that require the least number of additional steps?
As a result, you need to get something like this
habrahabr.ru/post/223441
www.clarifai.com
Answer the question
In order to leave comments, you need to log in
There are no ready ones. It strongly depends on the task. In the last link you provided, the approach is quite complicated - CNN with many layers + tricky workout monitoring recipe. You try to understand for a start how the processing is going on, what the actual algorithm is. Then it will become clear what to do on the server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question