{"id":21824759,"url":"https://github.com/joshvocal/piiphole","last_synced_at":"2025-07-21T08:04:04.656Z","repository":{"id":95166750,"uuid":"122750207","full_name":"joshvocal/Piiphole","owner":"joshvocal","description":" :door: An Amazon Alexa skill that tells you the name of the person who is at your door using the camrea of a Raspberry Pi and Amazon Rekognition to detect the face","archived":false,"fork":false,"pushed_at":"2018-03-04T03:06:15.000Z","size":1592,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-21T11:51:15.227Z","etag":null,"topics":["flask","raspberry-pi","rekognition"],"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/joshvocal.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":"2018-02-24T15:00:44.000Z","updated_at":"2018-02-25T21:38:44.000Z","dependencies_parsed_at":"2023-03-13T16:53:05.641Z","dependency_job_id":null,"html_url":"https://github.com/joshvocal/Piiphole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshvocal/Piiphole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FPiiphole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FPiiphole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FPiiphole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FPiiphole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshvocal","download_url":"https://codeload.github.com/joshvocal/Piiphole/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FPiiphole/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266263057,"owners_count":23901356,"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":["flask","raspberry-pi","rekognition"],"created_at":"2024-11-27T17:59:50.345Z","updated_at":"2025-07-21T08:04:04.651Z","avatar_url":"https://github.com/joshvocal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Piiphole - [DEMO VIDEO](https://youtu.be/NHSAuooeCOk)\nAn Amazon Alexa skill that allows you peep who is at your door using Rekognition and a Raspberry Pi\n\n![](https://github.com/joshvocal/Piiphole/blob/master/image/demo.jpg)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine.\n\n### Prerequisites\n\n* Setup your Amazon Alexa and install the app on your phone\n\n* Set up your Raspberry Pi 3 with an operating system\n\n```\nhttps://www.raspberrypi.org/documentation/installation/noobs.md\n```\n\n* Once you have your Raspberry Pi 3 setup, install the following:\n\n```\nsudo pip install flask\nsudo pip install boto3\nsudo pip install awscli\nsudo apt-get install nodejs npm node-semver\nsudo npm install localtunnel\n```\n\n### Installing\n\nTODO\n\n## Deployment\n\nSSH into your Raspberry Pi 3 and run the following command\n\n```\npython alexa_server.py\n```\n\nThis will start the server on your Raspberry Pi and going on piiphole.localtunnel.me will allow you to execute commands on the Pi\n\n## Built With\n\n### Hardware:\n* [Amazon Echo Dot](https://www.amazon.ca/Echo-Dot-2nd-Generation-Black/dp/B07456NHZ7/ref=sr_1_1?ie=UTF8\u0026qid=1519593290\u0026sr=8-1\u0026keywords=alexa+dot\u0026dpID=41iz5Tw82IL\u0026preST=_SY300_QL70_\u0026dpSrc=srch)\n* [Raspberry Pi 3](https://www.amazon.ca/Raspberry-Pi-RASPBERRYPI3-MODB-1GB-Model-Motherboard/dp/B01CD5VC92/ref=sr_1_3?ie=UTF8\u0026qid=1519593310\u0026sr=8-3\u0026keywords=raspberry+pi+3\u0026dpID=51Vt9f26ryL\u0026preST=_SX300_QL70_\u0026dpSrc=srch)\n* [Raspberry Pi Camera Module V2](https://www.amazon.ca/Raspberry-Pi-Camera-Module-Megapixel/dp/B01ER2SKFS/ref=sr_1_1?s=electronics\u0026ie=UTF8\u0026qid=1519593328\u0026sr=1-1\u0026keywords=raspberry+pi+camera+module+v2\u0026dpID=41oaX6czzQL\u0026preST=_SY300_QL70_\u0026dpSrc=srch)\n\n### Software:\n* [Amazon Rekognition](https://aws.amazon.com/rekognition/) - Used to detect and recognize faces capture with the Raspberry Pi camera\n* [Amazon S3](https://aws.amazon.com/s3/) - Used to store the captured image uploaded from the Raspberry Pi\n* [Amazon Alexa Skills Kit](https://developer.amazon.com/alexa-skills-kit) - Used to trigger the Echo dot for the Piiphole skill\n* [Amazon Lambda](https://aws.amazon.com/lambda/) - Implementation of the skill\n* [Flask](http://flask.pocoo.org/) - Used to setup a web server that the Raspberry Pi hosts to connect with Lambda\n* [Boto3](https://github.com/boto/boto3) - Library to connect with Amazon Web Services\n* [Localtunnel](https://localtunnel.github.io/www/) - Allows to interact with the Raspberry Pi web server on the home network\n \n## Authors\n\n* **Josh Vocal** - [joshvocal](https://github.com/joshvocal)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshvocal%2Fpiiphole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshvocal%2Fpiiphole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshvocal%2Fpiiphole/lists"}