{"id":15551279,"url":"https://github.com/1297rohit/facereco","last_synced_at":"2025-06-22T22:05:50.628Z","repository":{"id":57428122,"uuid":"239951519","full_name":"1297rohit/FaceReco","owner":"1297rohit","description":"Face Recognition Library","archived":false,"fork":false,"pushed_at":"2020-11-25T09:53:43.000Z","size":95765,"stargazers_count":17,"open_issues_count":2,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-23T20:41:00.975Z","etag":null,"topics":["dlib","face","face-detection","face-recognition","facerecognition","facerecognitionproject","opencv","pypi","pypi-package","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1297rohit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-12T07:27:33.000Z","updated_at":"2023-09-12T07:34:56.000Z","dependencies_parsed_at":"2022-09-02T15:31:14.477Z","dependency_job_id":null,"html_url":"https://github.com/1297rohit/FaceReco","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/1297rohit/FaceReco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1297rohit%2FFaceReco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1297rohit%2FFaceReco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1297rohit%2FFaceReco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1297rohit%2FFaceReco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1297rohit","download_url":"https://codeload.github.com/1297rohit/FaceReco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1297rohit%2FFaceReco/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261374414,"owners_count":23148977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dlib","face","face-detection","face-recognition","facerecognition","facerecognitionproject","opencv","pypi","pypi-package","python"],"created_at":"2024-10-02T14:03:53.585Z","updated_at":"2025-06-22T22:05:45.610Z","avatar_url":"https://github.com/1297rohit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FaceReco\nFace Recognition Library using Class based structure\n\n[![PyPI](https://badge.fury.io/py/FaceReco.png)](https://pypi.org/project/FaceReco/)\n\n## Installing\npip install FaceReco\n\n## Description\nFace Recognition is a very popular topic. It has lot of use cases in the filed of biometric security. \nNow a days with the help of Deep learning face recognition has become very feasible to people. \nAs deep learning is a very data intensive task and we may always not have such huge amount of data to work in case of face recognition \nso with the advancement in One Shot Learning, face recognition has become more practical and feasible. This Python Package make it even more feasible, simple \nand easy to use. We have eliminated all the steps to download the supporting files and setting up the supporting files. You can simply installed the python package and start doing face detection and recognition.\n\n## Steps Explanation\nTo learn more about the tasks which are being performed on the backend head over to link : [Step by Step Face Recognition Code Implementation From Scratch In Python](https://towardsdatascience.com/step-by-step-face-recognition-code-implementation-from-scratch-in-python-cc95fa041120)\n\n## Using The Package\n\n#### Train Model\n\n```python\nimport FaceReco.FaceReco as fr\nfr_object1 =  fr.FaceReco()\nfr_object1.train_model(\"lfw_selected/face\")\n``` \n\n#### Test Model\n\n```python\nfr_object1.test_model(\"lfw_selected/face2/Johnny_Depp_0002.jpg\")\n``` \n\n#### Load Saved Model\n\n```python\nfr_object2 =  fr.FaceReco()\nfr_object2.load_model(\"Model_Object_1\") #folder of saved model\nfr_object2.test_model(\"lfw_selected/face2/Johnny_Depp_0002.jpg\")\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1297rohit%2Ffacereco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1297rohit%2Ffacereco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1297rohit%2Ffacereco/lists"}