LICENSE
MANIFEST.in
README.md
pyproject.toml
remotecv/__init__.py
remotecv/celery_tasks.py
remotecv/error_handler.py
remotecv/healthcheck.py
remotecv/http_loader.py
remotecv/image.py
remotecv/image_processor.py
remotecv/importer.py
remotecv/pyres_tasks.py
remotecv/timing.py
remotecv/unique_queue.py
remotecv/utils.py
remotecv/worker.py
remotecv.egg-info/PKG-INFO
remotecv.egg-info/SOURCES.txt
remotecv.egg-info/dependency_links.txt
remotecv.egg-info/entry_points.txt
remotecv.egg-info/requires.txt
remotecv.egg-info/top_level.txt
remotecv/detectors/__init__.py
remotecv/detectors/complete_detector/__init__.py
remotecv/detectors/face_detector/__init__.py
remotecv/detectors/face_detector/haarcascade_frontalface_alt.xml
remotecv/detectors/face_detector/haarcascade_frontalface_alt2.xml
remotecv/detectors/face_detector/haarcascade_frontalface_alt_tree.xml
remotecv/detectors/face_detector/haarcascade_frontalface_default.xml
remotecv/detectors/feature_detector/__init__.py
remotecv/detectors/glasses_detector/__init__.py
remotecv/detectors/glasses_detector/haarcascade_eye_tree_eyeglasses.xml
remotecv/detectors/profile_detector/__init__.py
remotecv/detectors/profile_detector/haarcascade_profileface.xml
remotecv/metrics/__init__.py
remotecv/metrics/logger_metrics.py
remotecv/result_store/__init__.py
remotecv/result_store/memcache_store.py
remotecv/result_store/redis_store.py
tests/test_complete_detector.py
tests/test_face_detector.py
tests/test_feature_detector.py
tests/test_glasses_detector.py
tests/test_healthcheck_handler.py
tests/test_image_processor.py
tests/test_images.py
tests/test_profile_detector.py
tests/test_pyres_tasks.py
tests/test_redis.py
tests/test_redis_storage.py
tests/test_result_store.py
tests/test_unique_queue.py
tests/test_worker.py