https://github.com/patelvivekdev/face_identification
https://github.com/patelvivekdev/face_identification
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patelvivekdev/face_identification
- Owner: patelvivekdev
- Created: 2022-07-06T14:11:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T00:48:52.000Z (over 2 years ago)
- Last Synced: 2025-02-04T19:18:48.703Z (11 months ago)
- Language: Python
- Size: 9.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Face Identification
> computer vision is a powerful tool for identifying faces in an image.
In this repo I combine my two projects to create a face Identificaion system.
1. [Face detection](https://github.com/Vivek2509/Face_Detection)
2. [Face recognition](https://github.com/Vivek2509/Face_Recognition)
## Steps
1. You can download model from [here](https://drive.google.com/drive/folders/1UXtRRJLpD5izx54-2K0jnN-Q9cgu_qaa?usp=sharing)
2. Move `model.h5` file to [model](https://github.com/Vivek2509/Face_Identification/tree/main/Face_Identification/model) folder
3. Run `pip install -r requirements.txt`