{"id":29656589,"url":"https://github.com/workofaditya/face-recognition-system","last_synced_at":"2025-07-22T08:36:03.916Z","repository":{"id":255657999,"uuid":"852937526","full_name":"WorkofAditya/Face-Recognition-System","owner":"WorkofAditya","description":"This is a face recognition program that uses a webcam feed to detect and recognize faces. It allows the user to register new faces by associating them with names and stores this information for future recognition","archived":false,"fork":false,"pushed_at":"2025-06-21T11:50:35.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T12:31:42.193Z","etag":null,"topics":["dlib","dlib-face-detection","dlib-face-recognition","face","face-detection","face-recognition","face-recognition-system","facerecognition","open-source","opencv","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/WorkofAditya.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-05T17:30:45.000Z","updated_at":"2025-06-21T11:50:38.000Z","dependencies_parsed_at":"2024-10-27T14:59:55.934Z","dependency_job_id":"9d1c2e13-4beb-4d17-a3af-b55037044d01","html_url":"https://github.com/WorkofAditya/Face-Recognition-System","commit_stats":null,"previous_names":["adityasodha/face-recognition-system","adityasinh-sodha/face-recognition-system","workofaditya/face-recognition-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WorkofAditya/Face-Recognition-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FFace-Recognition-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FFace-Recognition-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FFace-Recognition-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FFace-Recognition-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorkofAditya","download_url":"https://codeload.github.com/WorkofAditya/Face-Recognition-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkofAditya%2FFace-Recognition-System/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456424,"owners_count":23931408,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","dlib-face-detection","dlib-face-recognition","face","face-detection","face-recognition","face-recognition-system","facerecognition","open-source","opencv","python"],"created_at":"2025-07-22T08:36:02.617Z","updated_at":"2025-07-22T08:36:03.907Z","avatar_url":"https://github.com/WorkofAditya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face-Recognition-System\nThis is a advance Face recognition system by Adityasinh Sodha \n\n## Overview\nThis project implements a face recognition system using a webcam. It can recognize registered faces and display their details, while prompting for input when a new face is detected.\n\n## Features\n- **Face Recognition**: Detects and identifies faces using webcam.\n- **Real-time Updates**: Displays recognized faces and their details in real-time.\n- **New Face Detection**: Automatically prompts for input when a new face is detected.\n\n## Technologies Used\n- Python\n- OpenCV (for face detection)\n- face_recognition (for face recognition)\n- SQLite (for face data storage)\n\n## Requirements\n- Use requirements.txt to download all library\n- Windows 10/11 64bit or Linux amd64\n- Python 3.11\n-  [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (FOR WINDOWS ONLY)\n\n## Installation\n### Linux\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/Adityasinh-Sodha/Face-Recognition-System\n    cd Face-Recognition-System\n    ```   \n2. Install required dependencies:\n    ```bash\n    pip install opencv-python flask\n    pip install opencv-python-headless\n    sudo apt install libgl1-mesa-glx\n    pip install cmake\n    pip install face_recognition\n    pip install pillow\n\n    ```\n3. Run the face recognition script:\n    ```bash\n    python3 main.py\n    ```\n### Windows\n1. Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/)\n   and download **Desktop development with C++** (ONLY FOR WINDOWS 10/11)\n\n2. Install [python](https://www.python.org/downloads/windows/)\n   and confiure pip\n\n3. Open cmd and install required dependencies:\n    ```bash\n    pip install opencv-python flask\n    pip install opencv-python-headless\n    pip install cmake\n    pip install face_recognition\n    pip install pillow\n\n    ```\n4. Run the command ```\n   python main.py```\n6. Ragister your face and enjoy.\n\n### How It Works\n- The script starts webcam-based face recognition using OpenCV.\n- When a face is detected, it checks the database to see if it's registered.\n    - If the face is registered, it displays the details.\n    - If the face is new, it prompts for input to store the details.\n\n## Contribution\nFeel free to fork the repository and make improvements. Contributions are welcome!\n\n## License\nThis project is licensed under the MIT License.\n## Author\nDeveloped by **Adityasinh**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkofaditya%2Fface-recognition-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkofaditya%2Fface-recognition-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkofaditya%2Fface-recognition-system/lists"}