{"id":38839280,"url":"https://github.com/kyhau/reko","last_synced_at":"2026-01-17T13:59:07.864Z","repository":{"id":16312374,"uuid":"79700756","full_name":"kyhau/reko","owner":"kyhau","description":"A simple Python application supporting face based user verification using Amazon Rekognition and Polly, and verbal instructions using Google API speechrecognition.","archived":false,"fork":false,"pushed_at":"2025-08-04T18:38:45.000Z","size":299,"stargazers_count":7,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T21:44:13.150Z","etag":null,"topics":["amazon-polly","amazon-rekognition","opencv"],"latest_commit_sha":null,"homepage":"https://kyhau.github.io/reko/","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/kyhau.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,"zenodo":null}},"created_at":"2017-01-22T07:11:17.000Z","updated_at":"2025-08-04T18:38:47.000Z","dependencies_parsed_at":"2023-10-16T18:23:34.725Z","dependency_job_id":"5c740ac6-c707-4af1-923b-02599b2e6791","html_url":"https://github.com/kyhau/reko","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyhau/reko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Freko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Freko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Freko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Freko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyhau","download_url":"https://codeload.github.com/kyhau/reko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyhau%2Freko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["amazon-polly","amazon-rekognition","opencv"],"created_at":"2026-01-17T13:59:07.188Z","updated_at":"2026-01-17T13:59:07.857Z","avatar_url":"https://github.com/kyhau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reko\n\nSimple Python scripts for supporting face based user verification.\n \n1. Obtain verbal instructions using Google API - [speechrecognition](https://github.com/Uberi/speech_recognition) to get command. (Improvement required) (TODO - use Amazon Transcribe instead)\n1. Control webcam to take image using [OpenCV 2](http://opencv.org/). \n1. Face recognition with [Amazon Rekognition](https://aws.amazon.com/rekognition/).\n1. Verbal feedback (Text-to-Speech) using [Amazon Polly](https://aws.amazon.com/polly/details/).\n\n- [LICENSE](LICENSE)\n- [Release Notes](ReleaseNotes.md)\n\n## Build\n\n`Python 3.7, 3.8`: \n\n[![githubactions](https://github.com/kyhau/reko/workflows/Build-Test/badge.svg)](https://github.com/kyhau/reko/actions)\n[![travisci](https://travis-ci.org/kyhau/reko.svg?branch=master)](https://travis-ci.org/kyhau/reko)\n\n ```\n virtualenv env\n env\\Scripts\\activate\n pip install -i https://pypi.python.org/pypi -e .\n ```\n\n## Run \n\n1. Get Help from command line\n\n   ```bash\n   reko --help\n   ```\n   \n1. List all collections from command line\n\n   ```bash\n   reko --profile AWS_PROFILE_NAME --collections\n   ```\n   \n1. List all faces in a collection\n\n   ```bash\n   reko --profile AWS_PROFILE_NAME --collection_id COLLECTION_ID --faces\n   ```\n   \n1. Sign-up from command line. If collection does not exist, it will be created\n\n   ```bash\n   reko --profile AWS_PROFILE_NAME --collection_id COLLECTION_ID --signup NAME\n   ```\n   \n1. Sign-in from command line, with verbal feedback\n\n   ```bash\n   reko --profile AWS_PROFILE_NAME --collection_id COLLECTION_ID --signin NAME --audio_on\n   ```\n   \n1. Delete a collection from command line\n\n   ```bash\n   reko --profile AWS_PROFILE_NAME --collection_id COLLECTION_ID --delete_collection\n   ```\n   \n1. Sign-in using microphone\n\n   ```bash\n   reko --profile AWS_PROFILE_NAME --collection_id COLLECTION_ID --audio_on --listen_on\n   ```\n\n1. Keep watching (at the specified interval) and sign-in when possible\n\n   ```bash\n   reko --profile AWS_PROFILE_NAME --collection_id COLLECTION_ID -audio_on --watch_on INTERVAL_SEC\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyhau%2Freko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyhau%2Freko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyhau%2Freko/lists"}