You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remotecv is a queued mechanism to run OpenCV computations and store them for later usage.
Currently, Thumbor (https://github.com/thumbor/thumbor/wiki) uses remotecv to outsource facial or feature detection, but nothing stops you from integrating it into your product.
remotecv supports both PyRes and Celery for queueing back-end.
In order to unleash the full power of remotecv, OpenCV should be installed with ThreadingBuildingBlocks (TBB) support. More in the Requirements page.