{"id":22929955,"url":"https://github.com/genocs/face-comparison","last_synced_at":"2025-04-01T16:44:33.684Z","repository":{"id":114016291,"uuid":"354835087","full_name":"Genocs/face-comparison","owner":"Genocs","description":"Web Api service with Azure blob storage and Cognitive Services for face comparison","archived":false,"fork":false,"pushed_at":"2022-09-16T15:02:23.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T10:52:33.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/Genocs.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},"funding":{"open_collective":"genocs","custom":["https://www.buymeacoffee.com/genocs"]}},"created_at":"2021-04-05T12:57:57.000Z","updated_at":"2022-03-28T16:15:18.000Z","dependencies_parsed_at":"2023-05-26T12:00:50.138Z","dependency_job_id":null,"html_url":"https://github.com/Genocs/face-comparison","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fface-comparison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fface-comparison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fface-comparison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Genocs%2Fface-comparison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Genocs","download_url":"https://codeload.github.com/Genocs/face-comparison/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246672978,"owners_count":20815486,"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":"2024-12-14T10:19:52.258Z","updated_at":"2025-04-01T16:44:33.678Z","avatar_url":"https://github.com/Genocs.png","language":"C#","funding_links":["https://opencollective.com/genocs","https://www.buymeacoffee.com/genocs"],"categories":[],"sub_categories":[],"readme":"# face-comparison\n\nWeb Api service built with .NET Core 5. It allows to compare two images finding similarity score.\nThe service need both a Azure Blob Storage and Cognitive Services account for face comparison. \n\n## Azure\n\nThe project require to have an Azure subscription with\n\n- Storage account\n- Cognitive Services\n\n## All the variables can be setup using environment variables\n\n\n``` PS\n  \"AzureStorageConfig\": {\n    \"AccountName\": \"{{accountName}}\",\n    \"AccountKey\": \"{{AccountKey}}\",\n    \"ImageContainer\": \"{{ImageContainer}}\",\n    \"ThumbnailContainer\": \"{{ThumbnailContainer}}\"\n  },\n  \"AzureCognitiveServicesConfig\": {\n    \"Endpoint\": \"{{Endpoint}}\",\n    \"SubscriptionKey\": \"{{SubscriptionKey}}\"\n  }\n```\n\nDocker Compose\n``` PS\n    environment:\n      - AzureStorageConfig__AccountName={{accountName}}\n      - AzureStorageConfig__AccountKey={{AccountKey}}\n      - AzureStorageConfig__ImageContainer={{ImageContainer}}\n      - AzureStorageConfig__ThumbnailContainer={{ThumbnailContainer}}      \n      - AzureCognitiveServicesConfig__Endpoint={{Endpoint}}\n      - AzureCognitiveServicesConfig__SubscriptionKey={{SubscriptionKey}}\n```\n\n## Docker image\n\n``` PS\ndocker build -t genocs/facecomparison -f .\\src\\Genocs.FaceComparison\\Dockerfile .\ndocker tag -t genocs/facecomparison genocs/facecomparison:1.0.1\n\n# Push all tags\ndocker push -a genocs/facecomparison\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenocs%2Fface-comparison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenocs%2Fface-comparison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenocs%2Fface-comparison/lists"}