Skip to content
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

Closed
wants to merge 8 commits into from
Closed

Conversation

ananyag309
Copy link

@ananyag309 ananyag309 commented Oct 8, 2024

#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

  • My code follows the current project structure
  • I have thoroughly reviewed and updated the requirements.txt file to include any new packages
  • The predict.py file includes a properly implemented model_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.
  • I have added relevant tests (if necessary).
  • I have added comments in the code where needed.
  • This PR is submitted under Hacktoberfest.
  • This PR is submitted under GirlScript Summer of Code (GSSoC-Extd).

@Pranshu-jais
Copy link
Collaborator

@ananyag309 Please add Streamlit page under pages/ directory

Copy link
Owner

@yashasvini121 yashasvini121 left a 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.

models/Face Liveness Detection/requirements.txt Outdated Show resolved Hide resolved
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow the project structure.

Copy link
Owner

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 yashasvini121 linked an issue Oct 11, 2024 that may be closed by this pull request
@ananyag309
Copy link
Author

@yashasvini121 can you please help me? i have converted xml file to csv and deleted requirement.txt what else need to be done

@yashasvini121
Copy link
Owner

@ananyag309, you can check the documentation to see if it helps. Additionally, in the emotion-detection branch, the emotion detection model utilizes the camera feature, so you might find it useful to refer to that as well.

@ananyag309
Copy link
Author

@yashasvini121 I have completed all the necessary requirements. If everything looks good, please proceed with merging them.

@ananyag309 ananyag309 closed this by deleting the head repository Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Facial Emotion Detection
3 participants