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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file remotecv-3.3.0.tar.gz
.
File metadata
- Download URL: remotecv-3.3.0.tar.gz
- Upload date:
- Size: 940.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d3fd7173fb0991a0f1532630ad0b7ba9072d2f326b7d745801475b64797ce46 |
|
MD5 | c18be08f9b29d206ae7beb7f522dbd76 |
|
BLAKE2b-256 | 20c45a129de7ad3a551fe6cb79d07ea6a4e968d76cf4f73de8bbd480300e4c02 |
File details
Details for the file remotecv-3.3.0-py3-none-any.whl
.
File metadata
- Download URL: remotecv-3.3.0-py3-none-any.whl
- Upload date:
- Size: 960.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9adeaf20cd73a83f223e3ede3355e19891036abed6aacb0f28e3dc28a0a83d3 |
|
MD5 | 5b46fa709438b2f28c167c29946175d1 |
|
BLAKE2b-256 | 9f97d66823cfac2bcb4c2a27a2808ea0065eafd225d6eb57b59ab8e4215e94a3 |