{"id":27351795,"url":"https://github.com/karuhun-developer/face-recognition-api","last_synced_at":"2025-04-12T20:34:56.991Z","repository":{"id":285790964,"uuid":"871005024","full_name":"karuhun-developer/face-recognition-api","owner":"karuhun-developer","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T17:03:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-02T18:22:24.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karuhun-developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-11T04:42:43.000Z","updated_at":"2025-04-02T17:03:42.000Z","dependencies_parsed_at":"2025-04-02T18:22:31.958Z","dependency_job_id":"d8bb7ec9-f499-4b8b-bb7c-4fcceef476d2","html_url":"https://github.com/karuhun-developer/face-recognition-api","commit_stats":null,"previous_names":["karuhun-developer/face-recognition-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karuhun-developer%2Fface-recognition-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karuhun-developer%2Fface-recognition-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karuhun-developer%2Fface-recognition-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karuhun-developer%2Fface-recognition-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karuhun-developer","download_url":"https://codeload.github.com/karuhun-developer/face-recognition-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631158,"owners_count":21136548,"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":[],"created_at":"2025-04-12T20:34:56.493Z","updated_at":"2025-04-12T20:34:56.974Z","avatar_url":"https://github.com/karuhun-developer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Installation without Docker\n\n1. Clone this Repo\n\n   `git clone https://github.com/karuhun-developer/face-recognition-api.git`\n\n2. Cd into the face-recognition-api folder\n\n   `cd face-recognition-api`\n\n3. Create a virtual environment\n\n   `python -m venv venv`\n\n4. Activate virtualenv\n\n   `source venv/bin/activate`\n\n5. Cd into the src folder\n\n   `cd src`\n\n6. Install the required packages\n\n   `python -m pip install -r requirements.txt`\n\n7. Start the app\n\n   ```shell\n    python main.py\n   ```\n\n   7b. Start the app using Uvicorn\n\n   ```shell\n    uvicorn app.main:app --reload --workers 1 --host 0.0.0.0 --port 8002\n   ```\n\n8. App run on port 8002.\n\n## Installation with Docker\n\n1. Clone this Repo\n\n   `git clone https://github.com/karuhun-developer/face-recognition-api.git`\n\n2. Cd into the face-recognition-api folder\n\n   `cd face-recognition-api`\n\n3. Use Docker-Compose to spin up containers\n\n   `docker-compose up -d --build`\n\n4. App run on port 8002.\n\n## If Face Recognition model error\n\n```bash\npip install wheel setuptools pip --upgrade\npip install git+https://github.com/ageitgey/face_recognition_models --verbose\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaruhun-developer%2Fface-recognition-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaruhun-developer%2Fface-recognition-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaruhun-developer%2Fface-recognition-api/lists"}