{"id":27166860,"url":"https://github.com/allyedge/python-aws-rekognition","last_synced_at":"2026-05-15T18:05:02.623Z","repository":{"id":144644222,"uuid":"487248463","full_name":"Allyedge/python-aws-rekognition","owner":"Allyedge","description":"A simple project written in Python that uses AWS Rekognition to detect objects.","archived":false,"fork":false,"pushed_at":"2024-05-11T12:19:41.000Z","size":1249,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-11T13:33:44.906Z","etag":null,"topics":["aws","aws-rekognition","python"],"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/Allyedge.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-04-30T10:33:44.000Z","updated_at":"2024-05-11T13:33:56.629Z","dependencies_parsed_at":"2024-05-11T13:33:52.103Z","dependency_job_id":"483c50c3-a0c3-4911-b73e-4d8e7ce0fcfd","html_url":"https://github.com/Allyedge/python-aws-rekognition","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/Allyedge%2Fpython-aws-rekognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Allyedge%2Fpython-aws-rekognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Allyedge%2Fpython-aws-rekognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Allyedge%2Fpython-aws-rekognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Allyedge","download_url":"https://codeload.github.com/Allyedge/python-aws-rekognition/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980826,"owners_count":21027803,"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":["aws","aws-rekognition","python"],"created_at":"2025-04-09T04:40:19.228Z","updated_at":"2026-05-15T18:05:02.586Z","avatar_url":"https://github.com/Allyedge.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python AWS Rekognition\n\nA web application written in Python that uses AWS Rekognition to detect objects.\n\n## Example\n\nTo see an example of the result, you can check the `example` folder.\n\n## Requirements\n\n- Python 3\n- An AWS account and user with permissions to use AWS Rekognition programatically\n- AWS CLI\n\n## How to use\n\n```sh\n# Install the required packages\n\u003e pip install -r requirements.txt\n\n# Configure your AWS credentials\n\u003e aws configure\n\n# (Alternative) Environment variables\nAWS_ACCESS_KEY_ID=\u003caccess-key-id\u003e\nAWS_SECRET_ACCESS_KEY=\u003csecret-access-key\u003e\n\n# Run the project\n\u003e reflex run\n```\n\n## How to use without the AWS CLI\n\nIf you don't have the AWS CLI installed, you can create the `credentials` file using `touch ~/.aws/credentials`.\n\nThen you can add the lines below inside that file.\n\n```\n[default]\naws_access_key_id = \u003caccess-key\u003e\naws_secret_access_key = \u003csecret-key\u003e\n```\n\n## (Alternative) How to use environment variables\n\nYou can also simply create an `.env` file and enter the environment variables the way it is shown in [how to use](#how-to-use).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyedge%2Fpython-aws-rekognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyedge%2Fpython-aws-rekognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyedge%2Fpython-aws-rekognition/lists"}