๐Ÿ“ฆ littlecodersh / FaceUnlock

This program shows how to unlock something with your face.

โ˜… 22 stars โ‘‚ 11 forks ๐Ÿ‘ 22 watching
๐Ÿ“ฅ Clone https://github.com/littlecodersh/FaceUnlock.git
HTTPS git clone https://github.com/littlecodersh/FaceUnlock.git
SSH git clone git@github.com:littlecodersh/FaceUnlock.git
CLI gh repo clone littlecodersh/FaceUnlock
LittleCoder LittleCoder Fixed logic bug of pictureId reported by hexianjie ae2906e 9 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ docs
๐Ÿ“ Lib
๐Ÿ“ Practise
๐Ÿ“„ .gitignore
๐Ÿ“„ Login.py
๐Ÿ“„ README.md
๐Ÿ“„ SetAccount.py
๐Ÿ“„ README.md

#FaceUnlock This program shows how to unlock something with your face. You may want to read the tutorial here:) It need opencv2, requests installed, and add config in Lib/facepp.json to run. You can get the apikey and apisecret through register and create a application in face++. ``python # You should set your account first python SetAccount.py # Then you can check login python Login.py `` You need to set your face samples once before use it to unlock.