{"id":26652703,"url":"https://github.com/subraatakumar/face-recognition-authentication-system-prototype","last_synced_at":"2025-03-25T03:57:50.099Z","repository":{"id":250796932,"uuid":"835501328","full_name":"subraatakumar/face-recognition-authentication-system-prototype","owner":"subraatakumar","description":"This is a facial recognition authentication application developed using React and faceapi.js. It allows users to authenticate themselves by scanning their faces using their device's camera.","archived":false,"fork":false,"pushed_at":"2024-07-30T02:45:56.000Z","size":14463,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-24T21:34:41.069Z","etag":null,"topics":["ai","face","face-authentication","face-detection","react","recognition"],"latest_commit_sha":null,"homepage":"https://subraatakumar.github.io/face-recognition-authentication-system-prototype/","language":"JavaScript","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/subraatakumar.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-07-30T01:14:24.000Z","updated_at":"2024-07-30T02:46:00.000Z","dependencies_parsed_at":"2024-07-30T06:08:22.076Z","dependency_job_id":null,"html_url":"https://github.com/subraatakumar/face-recognition-authentication-system-prototype","commit_stats":null,"previous_names":["subraatakumar/face-recognition-authentication-system-prototype"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2Fface-recognition-authentication-system-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2Fface-recognition-authentication-system-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2Fface-recognition-authentication-system-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2Fface-recognition-authentication-system-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subraatakumar","download_url":"https://codeload.github.com/subraatakumar/face-recognition-authentication-system-prototype/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245394760,"owners_count":20608125,"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":["ai","face","face-authentication","face-detection","react","recognition"],"created_at":"2025-03-25T03:57:49.520Z","updated_at":"2025-03-25T03:57:50.092Z","avatar_url":"https://github.com/subraatakumar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Recognition App\n\nThis is a facial recognition authentication application developed using React and faceapi.js. It allows users to authenticate themselves by scanning their faces using their device's camera.\n\n## Demo\n\n🔵 You can find a live demo of the application [here](https://subraatakumar.github.io/face-recognition-authentication-system-prototype/).\n\n## Screenshots\n\n\u003c!-- Container for the images --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 16px;\"\u003e\n\n  \u003c!-- Image 1 --\u003e\n  \u003cdiv style=\"flex: 1 calc(33.333% - 16px); box-sizing: border-box;\"\u003e\n    \u003cimg src=\"./readme_images/home_page.png\" alt=\"Image 1\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c/div\u003e\n\n  \u003c!-- Image 2 --\u003e\n  \u003cdiv style=\"flex: 1 calc(33.333% - 16px); box-sizing: border-box;\"\u003e\n    \u003cimg src=\"./readme_images/add_user.png\" alt=\"Image 2\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c/div\u003e\n\n  \u003c!-- Image 3 --\u003e\n  \u003cdiv style=\"flex: 1 calc(33.333% - 16px); box-sizing: border-box;\"\u003e\n    \u003cimg src=\"./readme_images/recog_face.png\" alt=\"Image 3\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c/div\u003e\n    \u003c!-- Image 4 --\u003e\n  \u003cdiv style=\"flex: 1 calc(33.333% - 16px); box-sizing: border-box;\"\u003e\n    \u003cimg src=\"./readme_images/scanning_face.png\" alt=\"Image 3\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c/div\u003e\n    \u003c!-- Image 3 --\u003e\n  \u003cdiv style=\"flex: 1 calc(33.333% - 16px); box-sizing: border-box;\"\u003e\n    \u003cimg src=\"./readme_images/final_shot.png\" alt=\"Image 3\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c/div\u003e\n\n\u003c/div\u003e\n\n## Features\n\n- Facial recognition authentication with demo and custom user faces\n- Client side user login\n\n## Technologies Used\n\n- react \u0026 react-router-dom\n- face-api.js\n- tailwindcss \u0026 @headlessui/react\n\n## Installation\n\n1. Clone the repository:\n\n```bash\n   git clone git@github.com:subraatakumar/face-recognition-authentication-system-prototype.git\n```\n\n2. Navigate to the project directory:\n\n```bash\n  cd ./face-recognition-authentication-system-prototype\n```\n\n3. Install the dependencies:\n\n```bash\n  npm install\n```\n\n4. Start the application:\n\n```bash\n  npm run dev\n```\n\nThe application will be running at http://127.0.0.1:5173/.\n\n```bash\n  npm run deployee\n```\n\n## Contributing\n\nContributions are welcome! If you find any bugs or want to improve the application, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubraatakumar%2Fface-recognition-authentication-system-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubraatakumar%2Fface-recognition-authentication-system-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubraatakumar%2Fface-recognition-authentication-system-prototype/lists"}