{"id":19500297,"url":"https://github.com/aabduvak/object-detection-setup","last_synced_at":"2026-02-16T14:31:23.884Z","repository":{"id":218638960,"uuid":"746912101","full_name":"aabduvak/object-detection-setup","owner":"aabduvak","description":"The YOLOv8 Object Detection Setup allows users to perform real-time object detection using the YOLOv8 algorithm. The project is designed for simplicity and convenience, enabling users to run their models seamlessly and obtain output videos with detected objects.","archived":false,"fork":false,"pushed_at":"2024-05-23T23:39:14.000Z","size":24087,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T21:36:05.135Z","etag":null,"topics":["computer-vision","deep-neural-networks","object-detection","opencv","yolov8"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aabduvak.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":"2024-01-22T22:44:43.000Z","updated_at":"2025-05-28T12:35:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b15a513d-fc2d-4bb3-bf61-f6b0ae57023e","html_url":"https://github.com/aabduvak/object-detection-setup","commit_stats":null,"previous_names":["aabduvak/object-detection-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aabduvak/object-detection-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabduvak%2Fobject-detection-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabduvak%2Fobject-detection-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabduvak%2Fobject-detection-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabduvak%2Fobject-detection-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aabduvak","download_url":"https://codeload.github.com/aabduvak/object-detection-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aabduvak%2Fobject-detection-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["computer-vision","deep-neural-networks","object-detection","opencv","yolov8"],"created_at":"2024-11-10T22:08:07.018Z","updated_at":"2026-02-16T14:31:23.868Z","avatar_url":"https://github.com/aabduvak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YOLOv8 Object Detection Setup 🤖 📷\n\nThis repository facilitates the implementation of object detection using the YOLOv8 algorithm. Users can effortlessly run their models, and the program will automatically generate output videos in the **results** folder. Sample models are included for quick and easy usage.\n\n## Overview\n\nThe `YOLOv8` Object Detection Setup allows users to perform real-time object detection using the YOLOv8 algorithm. The project is designed for simplicity and convenience, enabling users to run their models seamlessly and obtain output videos with detected objects.\n\n## Prerequisites\nEnsure the following dependencies are installed:\n- Python 3.x\n- YOLOv8 (refer to YOLOv8 documentation for installation instructions)\n- Nvidia CUDA Framework (optional)\n\n## Installation (windows)\n1. Clone the repository and navigate to the project directory:\n```bash\ngit clone https://github.com/aabduvak/object-detection-setup.git setup ;\ncd setup\n```\n2. Install required packages\n```bash\npip install -r requirements.txt\n```\nIf there is conflict on version of packages\n```bash\npip install ultralytics supervision PyQt5 opencv-contrib-python\n```\n## Usage\nRun model with GUI (PyQt5), choose model and source\n```bash\npython main.py\n```\n\n\u003cimg src=\"https://github.com/aabduvak/object-detection-setup/blob/main/assets/example.gif\"\u003e\n\nRun model in command-line\n```bash\npython stream.py --source=path-to-source --weights=path-to-model --target=output.mp4\n```\nExample\n```bash\npython stream.py --weights=models/person.pt --target=result.mp4 --source=0 #webcam\n```\n\n## Customization\n\nYou can easily customize the object detection system by modifying configurations, integrating your own YOLOv8 models, or adjusting other parameters as needed.\u003cbr\u003e \u003cbr\u003e\nFor more info: \u003cbr\u003e\nhttps://docs.ultralytics.com/modes/train/#introduction\n\n## Contributing\nContributions are welcome! 🙃\n\n## Contact\n\nFor support, feedback, or questions, please contact abdulaziz.yosk@gmail.com or open an issue on the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faabduvak%2Fobject-detection-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faabduvak%2Fobject-detection-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faabduvak%2Fobject-detection-setup/lists"}