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.
- Host: GitHub
- URL: https://github.com/renan-siqueira/face-recognition-research
- Owner: renan-siqueira
- License: mit
- Created: 2023-10-16T22:57:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T00:59:04.000Z (over 1 year ago)
- Last Synced: 2024-01-28T23:09:36.555Z (over 1 year ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```