Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohithsaji97/face-recognition
Face Recognition using deep learning
https://github.com/rohithsaji97/face-recognition
data-analysis deep-learning face-recognition keras machine-learning neural-network opencv python training
Last synced: about 17 hours ago
JSON representation
Face Recognition using deep learning
- Host: GitHub
- URL: https://github.com/rohithsaji97/face-recognition
- Owner: Rohithsaji97
- Created: 2023-09-13T16:57:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T17:35:07.000Z (about 1 year ago)
- Last Synced: 2023-09-15T10:25:47.115Z (about 1 year ago)
- Topics: data-analysis, deep-learning, face-recognition, keras, machine-learning, neural-network, opencv, python, training
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face-Recognition
A project that identifies the face using deep learning. In addition, we can add a new face to it and add it to the database.This Project consists of 3 sections.
1. For capturing images - Requires thousands of images for which a code is required for easy capture.
2. For training the model and saving it.
3. Using the saved model for recognition