Skip to main content

remotecv is an OpenCV worker for facial and feature recognition

Project description

[![Coverage Status](https://coveralls.io/repos/thumbor/remotecv/badge.svg?branch=master&service=github)](https://coveralls.io/github/thumbor/remotecv?branch=master)

# RemoteCV

RemoteCV is a queued mechanism to run [OpenCV][opencv] computations and store them for later usage.

Currently, [Thumbor][thumbor] uses remotecv to outsource facial or feature detection, but nothing stops you from integrating it into your product.

RemoteCV supports both [PyRes][PyRes] and [Celery][Celery] for queueing back-end.

## Install

`sh pip install remotecv `

## Run local

Clone the repository:

`sh git clone https://github.com/thumbor/remotecv.git `

Create a virtualenv:

` cd remotecv mkvirtualenv remotecv `

Install dependencies:

`sh make setup `

Run:

`sh make run `

After installing the project, you can execute

`sh remotecv `

If you want a healthcheck handler, you must pass an argument in remotecv execution. You can also specify the http server port, the default http server port is 8080.

`sh remotecv --with-healthcheck --server-port=8888 `

## Tests

`sh make unit `

[thumbor]: https://github.com/thumbor/thumbor/wiki [PyRes]: https://github.com/binarydud/pyres [Celery]: https://www.celeryproject.org [opencv]: https://opencv.org/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

remotecv-3.3.0.tar.gz (940.9 kB view hashes)

Uploaded Source

Built Distribution

remotecv-3.3.0-py3-none-any.whl (960.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page