Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
computervisioneng authored Jul 7, 2023
1 parent 2b41557 commit 22bbb46
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ 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)
<p align="center">
<a href="https://www.youtube.com/watch?v=z_dbnYHAQYg">
<img width="600" src="https://utils-computervisiondeveloper.s3.amazonaws.com/thumbnails/with_play_button/face_attendance.jpg" alt="Watch the video">
</br>Watch on YouTube: Face attendance system with Python and face recognition !
</a>
</p>

## Spoofing feature

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

<p align="center">
<a href="https://www.youtube.com/watch?v=_KvtVk8Gk1A">
<img width="600" src="https://utils-computervisiondeveloper.s3.amazonaws.com/thumbnails/with_play_button/face_attendance_spoofing.jpg" alt="Watch the video">
</br>Watch on YouTube: Face attendance system with liveness detection !
</a>
</p>

## execution

Expand All @@ -36,7 +45,11 @@ Remember to add the Silent-Face-Anti-Spoofing directory to your **PYTHONPATH**.

Face attendance + face recognition web app with React and Python!

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

<p align="center">
<a href="https://www.youtube.com/watch?v=yWmW5uEtNws">
<img width="600" src="https://utils-computervisiondeveloper.s3.amazonaws.com/thumbnails/with_play_button/face_attendance_web_app.jpg" alt="Watch the video">
</br>Watch on YouTube: Face attendance + face recognition web app with React and Python !
</a>
</p>
The code for this web app project is available [here](https://github.com/computervisiondeveloper/face-attendance-web-app-react-python).

0 comments on commit 22bbb46

Please sign in to comment.