Recognizes the faces in a given image.
73
Github: https://github.com/tuhindutta/face_recognition
Perform the following steps to run the container locally:
Create the following 3 directories in your current working directory which are to be mounted to the container:
Run the following docker command
docker run -d \
-p 5000:5000 \
--name facerecognition \
--mount type=bind,source=${PWD}\reference_images,destination=/app/reference_images \
--mount type=bind,source=${PWD}\target_images,destination=/app/target_images \
--mount type=bind,source=${PWD}\processed_images,destination=/app/processed_images \
tkdutta/facerecognition:tag
Content type
Image
Digest
sha256:f3897f091…
Size
1.1 GB
Last updated
almost 2 years ago
docker pull tkdutta/facerecognition:v1.0-ubuntu22.04