Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
computervisioneng authored Dec 21, 2022
1 parent 1f66e31 commit 3c8a443
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,32 @@

Face attendance system using face recognition with Python !

## Face attendance software

[![Watch the video](https://img.youtube.com/vi/z_dbnYHAQYg/0.jpg)](https://www.youtube.com/watch?v=z_dbnYHAQYg)

## Spoofing feature

[![Watch the video](https://img.youtube.com/vi/_KvtVk8Gk1A/0.jpg)](https://www.youtube.com/watch?v=_KvtVk8Gk1A)


## execution

- Python 3.8

### windows

In Windows, you will need to do a couple of additional steps before starting with this tutorial:
- Follow the instructions described in this video https://www.youtube.com/watch?v=xaDJ5xnc8dc, from the minute 4:39 to 6:07
- Install the packages in requirements_windows.txt.

### linux, mac

- Install the packages in requirements.txt

## spoofing feature

git clone https://github.com/computervisiondeveloper/Silent-Face-Anti-Spoofing.git
pip install -r Silent-Face-Anti-Spoofing/requirements.txt

Remember to add the Silent-Face-Anti-Spoofing directory to your **PYTHONPATH**.

0 comments on commit 3c8a443

Please sign in to comment.