{"id":20853179,"url":"https://github.com/peter-mcconnell/talk-docker","last_synced_at":"2026-04-13T01:16:19.714Z","repository":{"id":78584658,"uuid":"241420780","full_name":"peter-mcconnell/talk-docker","owner":"peter-mcconnell","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-19T18:45:14.000Z","size":499,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-30T08:57:48.890Z","etag":null,"topics":["docker","facerecognition","opencv","python","x11"],"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/peter-mcconnell.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":"2020-02-18T17:13:41.000Z","updated_at":"2020-02-19T18:45:16.000Z","dependencies_parsed_at":"2023-04-04T08:17:05.827Z","dependency_job_id":null,"html_url":"https://github.com/peter-mcconnell/talk-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peter-mcconnell/talk-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mcconnell%2Ftalk-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mcconnell%2Ftalk-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mcconnell%2Ftalk-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mcconnell%2Ftalk-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-mcconnell","download_url":"https://codeload.github.com/peter-mcconnell/talk-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-mcconnell%2Ftalk-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker","facerecognition","opencv","python","x11"],"created_at":"2024-11-18T03:20:05.865Z","updated_at":"2026-04-13T01:16:19.677Z","avatar_url":"https://github.com/peter-mcconnell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-facerecognition demo\n===========================\n\na throw-away repo used during a docker presentation\n\nrun from docker hub\n-------------------\n\n```sh\n# this assumes the camera you want to connect to is /dev/video0\n\ndocker run --rm \\\n  --device /dev/video0 \\\n  -e DISPLAY=$DISPLAY \\\n  -e QT_X11_NO_MITSHM=1 \\\n  -v /tmp/.X11-unix/:/tmp/.X11-unix/ \\\n    -ti pemcconnell/facerecog\n```\n\nbuild\n-----\n\n```sh\n# ahem ..\ndocker build -t=demo .\n\n# this assumes the camera you want to connect to is /dev/video0\ndocker run \\\n  --rm \\\n  --device=/dev/video0 \\\n  -e DISPLAY=$DISPLAY \\\n  -e QT_X11_NO_MITSHM=1 \\\n  -v $(pwd):/src \\\n  -v /tmp/.X11-unix/:/tmp/.X11-unix/ \\\n  -w /src \\\n  -ti demo \\\n    python face.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-mcconnell%2Ftalk-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-mcconnell%2Ftalk-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-mcconnell%2Ftalk-docker/lists"}