{"id":17258845,"url":"https://github.com/ispaneli/facial_recognition_system","last_synced_at":"2025-10-28T22:48:32.175Z","repository":{"id":129505036,"uuid":"581880885","full_name":"ispaneli/facial_recognition_system","owner":"ispaneli","description":"A service that implements face authentication for company employees.","archived":false,"fork":false,"pushed_at":"2023-03-21T17:01:40.000Z","size":40890,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T10:01:05.126Z","etag":null,"topics":["async","asyncio","backend","client-server","computer-vision","cv","cv2","face","face-recognition","facial-recognition","fastapi","jwt-auth","microservice","opencv","python","python-types","python3","security","swagger-ui","uvicorn"],"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/ispaneli.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":"2022-12-24T17:49:18.000Z","updated_at":"2024-10-31T04:05:24.000Z","dependencies_parsed_at":"2023-06-11T16:09:40.390Z","dependency_job_id":null,"html_url":"https://github.com/ispaneli/facial_recognition_system","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ispaneli/facial_recognition_system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispaneli%2Ffacial_recognition_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispaneli%2Ffacial_recognition_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispaneli%2Ffacial_recognition_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispaneli%2Ffacial_recognition_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ispaneli","download_url":"https://codeload.github.com/ispaneli/facial_recognition_system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispaneli%2Ffacial_recognition_system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281527386,"owners_count":26516845,"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-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["async","asyncio","backend","client-server","computer-vision","cv","cv2","face","face-recognition","facial-recognition","fastapi","jwt-auth","microservice","opencv","python","python-types","python3","security","swagger-ui","uvicorn"],"created_at":"2024-10-15T07:22:20.978Z","updated_at":"2025-10-28T22:48:32.159Z","avatar_url":"https://github.com/ispaneli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Facial recognition system backend (FastAPI\u0026OpenCV)\n\n## ▶️ Quick Start\n\n1. Go to project directory and configure environment variables:\n```shell\nexport FRS_MONGODB_URL=\"\u003cYOUR_MONGODB_URL\u003e\"\nexport FRS_GLOBAL_SALT=\"\u003cYOUR_GLOBAL_SALT\u003e\"\nexport FRS_JWT_SECRET_KEY=\"\u003cYOUR_SSL_SECRET_KEY\u003e\"\nexport PYTHONPATH=\"${PYTHONPATH}:${PWD}\"\n```\n\n2. Create and activate Python environment:\n```shell\npython3 -m venv venv\nsource venv/bin/activate\npip3 install -r requirements-base.txt\n```\n\n3. Start application:\n```shell\npython3 src/facial_recognition_system/main.py\n```\n\n## 🍎 Errors on Apple silicon (M1, M2, etc.)\n\n1. Install official PNG reference library.\n```shell\nbrew install libpng\nexport C_INCLUDE_PATH=/opt/homebrew/Cellar/libpng/\u003cYOUR_VERSION\u003e/include\nexport LIBRARY_PATH=/opt/homebrew/Cellar/libpng/\u003cYOUR_VERSION\u003e/lib\n```\n\n2. Reinstall all packages using **PIP** with flags *--force-reinstall* and *--no-cache-dir*. For example:\n```shell\npip install --upgrade wheel\npip install cmake --force-reinstall --no-cache-dir\npip install dlib --force-reinstall --no-cache-dir\npip install opencv-python --force-reinstall --no-cache-dir\npip install face-recognition --force-reinstall --no-cache-dir\n```\n\n## 👁️ OpenCV highlighting problem in PyCharm Professional\n\n* PyCharm;\n* Settings...;\n* Project: \u003cproject_name\u003e;\n* Python Interpreter;\n* Show all... in list of interpreters;\n* select your interpreter;\n* press \"Show Interpreter Paths\";\n* add OpenCV-path.\n\n**OpenCV path example:**\n```\n/Users/admin/PycharmProjects/facial_recognition_system/venv/lib/python3.10/site-packages/cv2\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fispaneli%2Ffacial_recognition_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fispaneli%2Ffacial_recognition_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fispaneli%2Ffacial_recognition_system/lists"}