https://github.com/ashish493/face_recognition
Recognizing faces in images as well as in videos using OpenCV
https://github.com/ashish493/face_recognition
cnn-for-visual-recognition deep-learning face-recognition-python
Last synced: 5 months ago
JSON representation
Recognizing faces in images as well as in videos using OpenCV
- Host: GitHub
- URL: https://github.com/ashish493/face_recognition
- Owner: ashish493
- License: mit
- Created: 2019-12-01T07:25:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T05:05:16.000Z (over 5 years ago)
- Last Synced: 2025-04-12T08:39:58.315Z (9 months ago)
- Topics: cnn-for-visual-recognition, deep-learning, face-recognition-python
- Language: Python
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face_recognition
Recognizing faces in images as well as in videos using OpenCV
This project is under construction
I will be using packages of imutils, argparse,opencv2, pickles and OS for the code.
I will be using the images of characters of the The fast and furious movie series
as the dataset for training.
It uses CNN (from opencv module) for training of images.
I'm not using any frameworks like pytorch, tensorflow, as this is meant to be a simple project...
This project is based on [this](https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/) blog.