Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliyevorkhan/fri
FRI (Face Recognition and Identification)
https://github.com/aliyevorkhan/fri
cascade-classifier face-identification face-recognition opencv pillow python xml yml
Last synced: about 1 month ago
JSON representation
FRI (Face Recognition and Identification)
- Host: GitHub
- URL: https://github.com/aliyevorkhan/fri
- Owner: aliyevorkhan
- Created: 2019-04-20T16:56:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T12:01:06.000Z (over 5 years ago)
- Last Synced: 2024-10-13T22:41:59.375Z (about 1 month ago)
- Topics: cascade-classifier, face-identification, face-recognition, opencv, pillow, python, xml, yml
- Language: Python
- Homepage:
- Size: 3.51 MB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FRI (Face Recognition and Identification)
You can detect faces and identify all of them. You need to training it for detect faces. Now you're thinking how can I train it? So let's start.
## Getting Started
First of all you have to install modules for opencv
### Prerequisites
You should set up python before commands for opencv### Installing
These commands are for the install opencv and modules for opencv.
```
pip install opencv-python
```
```
pip install opencv-contrib-python
```
```
pip install opencl
```
```
pip install pillow --upgrade
```## Final step
When you did previous steps you can add the images for train of code.
Let's create new folder which is name is your name and add the your 6 or a lot of images to that folder.
Now you can write command for the training of code with your images.Let's write these command to commandline
```
python faces-train.py
``````
python faces.py
```When you write these commands to commandline you will see the new frame which is taking you video, detect your face and identify your ID
### Note for everyone
Absolutely you can develop this project and create ne issues of code