Face Liveness Detection Anti Spoofing Web App
1.0.0
簡化的WebRTC Web應用程序可以識別面部是否來自真實的人還是假人,並防止系統進行虛假驗證。
https://github.com/jomariya23156/face-recognition-with-lives-web-login
我強烈建議大家都看一下這個精彩的回購,這是我項目的靈感。
Jomariya23156所採用的方法的缺點是,儘管他聲稱它是一個網絡應用程序,但由於缺乏基本的WeBRTC功能,因此無法在服務器 - 客戶端方案中使用。
有關更多信息,請查看此鏈接:https://blog.streamlit.io/how-to-build-the-the-streamlit-webrtc-component/
開始在本地開發。
分叉存儲庫。然後通過執行本地克隆回購
git clone https://github.com/birdowl21/Face-Liveness-Detection-Anti-Spoofing-Web-App.gitpip install virtualenv
python -m venv [env-name]
[env-name] S cripts a ctivate cd Face-Liveness-Detection-Anti-Spoofing-Web-Apppip install -r requirements.txtstreamlit run app.py現在,您應該在http:// localhost:8501上運行應用程序並可以訪問。
您可以將應用程序部署到雲平台,例如精簡共享和Heroku。
部署鏈接:
如果您面臨遠程部署應用程序的問題,請參閱此鏈接:https://docs.streamlit.io/knowledge-base/deploy/remote-start



克隆和設置本地項目後,您可以將更改推向github fork並提出拉請請求。
git add .
git commit -m " feat: added new stuff "
git push YOUR_REPO_URL develop