{"id":25146520,"url":"https://github.com/csfelix/python-opencv-webcam-face-eye-motion-detection","last_synced_at":"2025-10-13T07:04:47.769Z","repository":{"id":59996465,"uuid":"295879188","full_name":"CSFelix/PYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION","owner":"CSFelix","description":"🪐🐍 Artificial Intelligence that detects peoples' faces\\eyes and objects' motions. Try it out! I am sure that you will think: 'Yowzaaa!!!' 🪐🐍 (🔑 KeyWords: python, jupyter notebook, pandas, opencv, AI, Artificial Intelligence, webcam, detection, face detection, eye detection, motion detection 🔑)","archived":false,"fork":false,"pushed_at":"2022-10-05T17:53:34.000Z","size":37,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T12:52:45.671Z","etag":null,"topics":["ai","artificial-intelligence","detection","eye-detection","face-detection","jupyter-notebook","motion-detection","opencv","pandas","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/CSFelix.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}},"created_at":"2020-09-16T00:15:10.000Z","updated_at":"2024-08-12T20:05:49.000Z","dependencies_parsed_at":"2023-01-19T05:10:13.029Z","dependency_job_id":null,"html_url":"https://github.com/CSFelix/PYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CSFelix/PYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2FPYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2FPYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2FPYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2FPYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSFelix","download_url":"https://codeload.github.com/CSFelix/PYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSFelix%2FPYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014081,"owners_count":26085459,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","artificial-intelligence","detection","eye-detection","face-detection","jupyter-notebook","motion-detection","opencv","pandas","python"],"created_at":"2025-02-08T20:19:18.963Z","updated_at":"2025-10-13T07:04:47.740Z","avatar_url":"https://github.com/CSFelix.png","language":"Jupyter Notebook","readme":"# 🌟 Face, Eye and Motion Detection 🌟\n\n----\n### `❓ What's it? ❓`\n\n* Face, Eye and Motion Detection are a set of codes ('out of' can be 'outta', so can 'set of'  be 'setta'??) that detect peoples' faces\\eyes and objects' motions using Python and OpenCV packages.\n\n* All videos are saved in codes' directory after the program ends. To end any program, press 'q' key.\n\n* Try out, change the code, publish, add in projects, and much more!!\n\n----\n### `⚒️ Tools ⚒️`\n\n* Camera (notebook, cellphone, webcams...);\n* Python 3.7 version or later;\n* OpenCV and Pandas packages;\n* Jupyter Notebook 7.2 version or later.\n\n----\n### `⚙️ Run ⚙️`\n\n\u003e **Installing Packages**\n\n* Open computer's terminal and tip these commands:\n\n```\npip install pandas\npip install opencv-python\n```\n\n\u003e **Running with Python**\n\n* Download the source code;\n* Open cmd and go to *Python* folder;\n* Choice a code file;\n* Tip:\n\n```\npython FILE_NAME.py\n```\n\n\u003e **Running with Jupyter Notebook**\n\n* Download the source code;\n* Open cmd and go to *Jupyter Notebook* folder;\n* Tip:\n\n```\njupyter notebook\n```\n\n* Choice a code and run it!!\n\n----\n### `📝 Notes 📝`\n\n* **Eye Detection:** detect people' eyes and save the video in mp4 format;\n* **Face Detection:** detect people' faces and save the video in mp4 format;\n* **Face Eye Detection:** detect people' faces and eyes and save the video in mp4 format;\n* **Motion Detection:** detect objects' motions and save the motions' logs in csv file;\n* **Open WebCam:** open webcam and save the video in mp4 format.\n\n----\n### `🎁 Bonus 🎁`\n\n* If you put pictures on your cellphone\\computer or portrait, the AI will detect!!\n\n* My next mission is make **Recongnition** with Detection using **MongoDB, Python, OpenCV, Java and HTML\\CSS\\JS**. Available coming soon...\n\n----\n### `📫 Reach Me 📫`\n\n\u003e **Email:** **[csfelix08@gmail.com](mailto:csfelix08@gmail.com?)**\n\n\u003e **Linkedin:** **[linkedin.com/in/csfelix/](https://www.linkedin.com/in/csfelix/)**\n\n\u003e **Instagram:** **[instagram.com/c0deplus/](https://www.instagram.com/c0deplus/)**\n\n----\n\n\u003e **Portfolio:** **[CSFelix.io](https://csfelix.github.io/)**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfelix%2Fpython-opencv-webcam-face-eye-motion-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsfelix%2Fpython-opencv-webcam-face-eye-motion-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfelix%2Fpython-opencv-webcam-face-eye-motion-detection/lists"}