The question may seem dumb to those experienced with cloud development, but coming from the desktop world I can´t exactly figure out the solution by myself. I have a loads of code using opencv, some of it with an api.
Question is, would it be possible to get opencv running on a remote server (let s say heroku or S3)?
I think the only way would be to send any dependency (and there is a lot) within the code?
I m developing in Python.
Thanks !
EDIT :
My very first idea is this one : https://github.com/jlengrand/FaceMovie
I am developing a small application automatically able to detect faces in images, center them and create a movie out of it. But as a computer engineer, I have a whole bunch of ideas of simple stuff that can be done in the cloud.
I realize that the transfer of data may be huge with this kind of things, and you may be better placed than me to answer whether such stuff is possible or not.
I was thinking of ways to "reduce" this payload, by reducing the quality of images of taking images from somewhere on the cloud already ? (picasa albums, . . . )
Let me know, I am open to quite any possibility in fact.