{"id":19794994,"url":"https://github.com/kaungkhantkyaw1997/face_recognition","last_synced_at":"2026-05-05T00:31:22.350Z","repository":{"id":242165477,"uuid":"805211092","full_name":"KaungKhantKyaw1997/face_recognition","owner":"KaungKhantKyaw1997","description":"A Computer Vision tool designed to identify and recognize characters in images.","archived":false,"fork":false,"pushed_at":"2024-08-30T11:04:11.000Z","size":1598,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T16:06:08.666Z","etag":null,"topics":["face-recognition","flask","numpy","opencv"],"latest_commit_sha":null,"homepage":"","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/KaungKhantKyaw1997.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-05-24T05:36:31.000Z","updated_at":"2024-10-04T05:10:58.000Z","dependencies_parsed_at":"2024-06-01T03:27:42.340Z","dependency_job_id":"70f2c33a-0c2e-4130-95b3-edbab9108253","html_url":"https://github.com/KaungKhantKyaw1997/face_recognition","commit_stats":null,"previous_names":["kaungkhantkyaw1997/face_recognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KaungKhantKyaw1997/face_recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaungKhantKyaw1997%2Fface_recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaungKhantKyaw1997%2Fface_recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaungKhantKyaw1997%2Fface_recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaungKhantKyaw1997%2Fface_recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaungKhantKyaw1997","download_url":"https://codeload.github.com/KaungKhantKyaw1997/face_recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaungKhantKyaw1997%2Fface_recognition/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265508209,"owners_count":23779091,"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":["face-recognition","flask","numpy","opencv"],"created_at":"2024-11-12T07:15:03.292Z","updated_at":"2026-05-05T00:31:22.322Z","avatar_url":"https://github.com/KaungKhantKyaw1997.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Recognition\n\nImplemented for identifying characters in images, falling under Computer Vision.\n\n## Requirements\n\n1. Ensure you have Python version 3.11.0 installed.\n2. (Optional) Consider using `pyenv` for managing Python versions.\n3. Ensure you have `pip` for installing dependencies.\n\n## Setup Instructions\n\n1. **Clone the repository to your local machine:**\n\n   ```sh\n   git clone https://github.com/KaungKhantKyaw1997/face_recognition.git\n   ```\n\n2. **Navigate to the project directory:**\n\n   ```sh\n   cd face_recognition\n   ```\n\n3. **Create a virtual environment:**\n\n   ```sh\n   python -m venv .venv\n   ```\n\n4. **Activate the virtual environment:**\n\n   - On macOS and Linux:\n     ```sh\n     source .venv/bin/activate\n     ```\n   - On Windows:\n     ```sh\n     \".\\\\.venv\\\\Scripts\\\\activate\"\n     ```\n\n5. **Install required libraries:**\n\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n6. **Run the script:**\n\n   ```sh\n   python main.py\n   ```\n\n## Additional Notes\n\n- It’s recommended to use a virtual environment to avoid conflicts with system-wide packages.\n- Ensure your Python version (3.11.0) is compatible with the packages used in this project.\n\n## API Example\n\nTo process an image, follow these steps:\n\n1. **Send a POST request to the following endpoint:**\n\n   ```sh\n   POST http://127.0.0.1:5001/process_image\n   ```\n\n2. **Request Body Example:**\n\n   ```json\n   {\n     \"unknown_faces_dir\": \"/path/to/unknown_faces\",\n     \"known_faces_dir\": \"/path/to/known_faces\"\n   }\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaungkhantkyaw1997%2Fface_recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaungkhantkyaw1997%2Fface_recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaungkhantkyaw1997%2Fface_recognition/lists"}