An open API service indexing awesome lists of open source software.

https://github.com/renan-siqueira/face-recognition-research

This project pertains to video analysis, face recognition, and image clustering.
https://github.com/renan-siqueira/face-recognition-research

data-science deep-learning dlib docker docker-image face-recognition machine-learning neural-network neural-networks numpy opencv opencv-python pillow python scikit-learn scipy

Last synced: about 1 month ago
JSON representation

This project pertains to video analysis, face recognition, and image clustering.

Awesome Lists containing this project

README

        

# Face Recognition Research

1. build docker image:
```bash
docker build --no-cache -t face_recognition_gpu .
```

2. Allow permission to `.sh` file and run `.sh` file:
```bash
chmod +x run_docker.sh
./run_docker.sh
```