{"id":17913532,"url":"https://github.com/pysimplegui/psgyolo","last_synced_at":"2025-08-15T08:33:15.182Z","repository":{"id":224510810,"uuid":"763474402","full_name":"PySimpleGUI/psgyolo","owner":"PySimpleGUI","description":"Using PySimpleGUI with OpenCV to perform object detection using YOLO AI algorithm","archived":false,"fork":false,"pushed_at":"2024-02-26T11:27:19.000Z","size":6497,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-13T04:09:47.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PySimpleGUI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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}},"created_at":"2024-02-26T11:13:27.000Z","updated_at":"2024-11-07T23:28:29.000Z","dependencies_parsed_at":"2024-02-26T11:42:27.475Z","dependency_job_id":null,"html_url":"https://github.com/PySimpleGUI/psgyolo","commit_stats":null,"previous_names":["pysimplegui/psgyolo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgyolo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgyolo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgyolo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgyolo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PySimpleGUI","download_url":"https://codeload.github.com/PySimpleGUI/psgyolo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229903027,"owners_count":18141977,"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":[],"created_at":"2024-10-28T19:52:27.281Z","updated_at":"2024-12-16T03:22:15.769Z","avatar_url":"https://github.com/PySimpleGUI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\u003cimg width=\"238\" height=\"135\" src=\"https://pysimplegui.net/images/logos/psglogofull.svg\"\u003e\u003cp\u003e\n\n  \u003ch2 align=\"center\"\u003epsgyolo\u003c/h2\u003e\n  \u003ch2 align=\"center\"\u003eA PySimpleGUI Application\u003c/h2\u003e\n\u003c/p\u003e\n\nPySimpleGUI openCV YOLO Deep Learning GUI\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"418\" height=\"244\" src=\"screenshot.jpg\"\u003e\u003cp\u003e\n\n\n\n\n\n\n\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"280\" height=\"254\" src=\"screenshot2.gif\"\u003e\u003cp\u003e\n\n\n## Features\n\n* Shows how to create an AI object identification GUI application\n* Identifies objects as per YOLO library\n* Teaches going from a command line OpenCV application to an entirely window-based\n* Use as a starting point for other AI projects that are command line projects\n## Installation\n\n### Using PIP with PyPI\n\nThe latest official release of PySimpleGUI products can be found on PyPI.  To pip install the demo applications from PyPI, use this command\n\n#### If you use the command `python` on your computer to invoke Python (Windows):\n\n`python -m pip install --upgrade psgyolo`\n\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\n\n`python3 -m pip install --upgrade psgyolo`\n\n### Using PIP with GitHub\n\nYou can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account.  The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:\n\n#### If you use the command `python` on your computer to invoke Python (Windows):\n\n```bash\npython -m pip install --upgrade https://github.com/PySimpleGUI/psgyolo/zipball/main\n```\n\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\n\n```bash\npython3 -m pip install --upgrade https://github.com/PySimpleGUI/psgyolo/zipball/main\n```\n\n## Usage\n\nOnce installed, launch psgyolo by typing the following in your command line:\n\n`psgyolo`\n\n## Running the Demos\n  \nYou will need to pip install openCV and PySimpleGUI\n```\npip install opencv-python\npip install pysimplegui\n```\n\nRun any of the .py files in the top level directory:\n```\nyolo.py - single image processing\nyolo_video.py Video display\nyolo_video_with_webcam.py - webcam or file source. Option to write to hard drive\n```\nAnd you'll need the training data.  It's 242 MB and too large for GitHub:\nhttps://www.dropbox.com/s/uf00d4ov6fmw0he/yolov3.weights?dl=1\n\n## Learn More\n\nThis code has an article associated with it that will step you through the code (minus GUI part).\n\nhttps://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/\n\n\n## Acknowledgements\nThis software is provided by Dr. Adrian Rosebrock of the pyimagesearch organization.\nhttps://www.pyimagesearch.com\n\n## License \u0026 Copyright\n\nCopyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.\n\nThis is a free-to-use \"Utility\" and is licensed under the\nPySimpleGUI License Agreement, a copy of which is included in the\nlicense.txt file and also available at https://pysimplegui.com/eula.\n\nPlease see Section 1.2 of the license regarding the use of this Utility,\nand see https://pysimplegui.com/faq for any questions.\n\n\n## Contributing\n\nWe are happy to receive issues describing bug reports and feature\nrequests! If your bug report relates to a security vulnerability,\nplease do not file a public issue, and please instead reach out to us\nat issues@PySimpleGUI.com.\n\nWe do not accept (and do not wish to receive) contributions of\nuser-created or third-party code, including patches, pull requests, or\ncode snippets incorporated into submitted issues. Please do not send\nus any such code! Bug reports and feature requests should not include\nany source code.\n\nIf you nonetheless submit any user-created or third-party code to us,\n(1) you assign to us all rights and title in or relating to the code;\nand (2) to the extent any such assignment is not fully effective, you\nhereby grant to us a royalty-free, perpetual, irrevocable, worldwide,\nunlimited, sublicensable, transferrable license under all intellectual\nproperty rights embodied therein or relating thereto, to exploit the\ncode in any manner we choose, including to incorporate the code into\nPySimpleGUI and to redistribute it under any terms at our discretion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysimplegui%2Fpsgyolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpysimplegui%2Fpsgyolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysimplegui%2Fpsgyolo/lists"}