M
M
mrgloom2014-05-21 14:02:22
LAMP
mrgloom, 2014-05-21 14:02:22

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

1 answer(s)
L
lightcaster, 2014-05-23
@lightcaster

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 question

Ask a Question

731 491 924 answers to any question