-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Face Liveness Detection #104
Conversation
@ananyag309 Please add Streamlit page under pages/ directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your work is incomplete, make the requested changes and create a page for your model.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow the project structure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Save it in saved/models and change it to csv format
@yashasvini121 can you please help me? i have converted xml file to csv and deleted requirement.txt what else need to be done |
@ananyag309, you can check the documentation to see if it helps. Additionally, in the |
@yashasvini121 I have completed all the necessary requirements. If everything looks good, please proceed with merging them. |
#68 the model i have added verify whether a person is physically present during the authentication process by analyzing facial features and eye blinks. 🔍
Checklist
requirements.txt
file to include any new packagespredict.py
file includes a properly implementedmodel_details()
function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.