{"id":26241332,"url":"https://github.com/tomaston1996/seat-occupancy-detector","last_synced_at":"2026-04-15T13:31:23.979Z","repository":{"id":261870312,"uuid":"885579786","full_name":"TomAston1996/seat-occupancy-detector","owner":"TomAston1996","description":"Detect vacant seats with OpenCV","archived":false,"fork":false,"pushed_at":"2024-11-24T19:29:37.000Z","size":2423,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T22:38:47.168Z","etag":null,"topics":["computer-vision","opencv"],"latest_commit_sha":null,"homepage":"","language":"C++","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/TomAston1996.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-08T21:43:28.000Z","updated_at":"2025-02-26T22:05:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ca106dd-e5d1-441b-ae15-6df17ba536e0","html_url":"https://github.com/TomAston1996/seat-occupancy-detector","commit_stats":null,"previous_names":["tomaston1996/seat-occupancy-detector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TomAston1996/seat-occupancy-detector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fseat-occupancy-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fseat-occupancy-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fseat-occupancy-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fseat-occupancy-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomAston1996","download_url":"https://codeload.github.com/TomAston1996/seat-occupancy-detector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Fseat-occupancy-detector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"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","opencv"],"created_at":"2025-03-13T08:20:15.976Z","updated_at":"2026-04-15T13:31:23.956Z","avatar_url":"https://github.com/TomAston1996.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n# 💺 Seat Occupancy Detector (WIP)\n\nThe goal of Seat Occupancy Detector is to use OpenCV to detect when seats are occupied or not. Occupancy status will be logged such that free seats can be displayed in an external application.\n\nMore to come!\n\n## 🧑‍💻 Tech Stack\n\n![C++] ![OpenCV] ![CMake]\n\n### Dependencies\nThe following dependencies are required to build and run this project:\n- **CMake** \u003e= 3.10: Build system for managing the project configuration. [Installation Guide](https://cmake.org/install/)\n- **OpenCV** \u003e= 4.10.0: Open source computer vision library. [OpenCV Releases](https://opencv.org/releases/) \n\n### System Requirements\n\n- **Operating System**: Linux, macOS, or Windows\n- **Compiler**: GCC \u003e= 9.0, Clang \u003e= 10.0, or MSVC \u003e= 2019 (requires 64-bit compiler for OpenCV compatibility)\n- **C++ Standard**: Requires C++17 or higher\n\n## 🧑‍🤝‍🧑 Developers \n\n| Name           | Email                      |\n| -------------- | -------------------------- |\n| Tom Aston      | mailto:mail@tomaston.dev     |\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/TomAston1996/seat-occupancy-detector.svg?style=for-the-badge\n[contributors-url]: https://github.com/TomAston1996/seat-occupancy-detector/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/TomAston1996/seat-occupancy-detector.svg?style=for-the-badge\n[forks-url]: https://github.com/TomAston1996/seat-occupancy-detector/network/members\n[stars-shield]: https://img.shields.io/github/stars/TomAston1996/seat-occupancy-detector.svg?style=for-the-badge\n[stars-url]: https://github.com/TomAston1996/seat-occupancy-detector/stargazers\n[issues-shield]: https://img.shields.io/github/issues/TomAston1996/seat-occupancy-detector.svg?style=for-the-badge\n[issues-url]: https://github.com/TomAston1996/seat-occupancy-detector/issues\n[license-shield]: https://img.shields.io/github/license/TomAston1996/seat-occupancy-detector.svg?style=for-the-badge\n[license-url]: https://github.com/TomAston1996/seat-occupancy-detector/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/tomaston96\n[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\n[React-url]: https://reactjs.org/\n[TypeScript]: https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\n[Redux]: https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white\n[Chart.js]: https://img.shields.io/badge/chart.js-F5788D.svg?style=for-the-badge\u0026logo=chart.js\u0026logoColor=white\n[Bootstrap]: https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white\n[NodeJS]: https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\n[Python]: https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54\n[Pandas]: https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge\u0026logo=pandas\u0026logoColor=white\n[C++]: https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white\n[OpenCV]: https://img.shields.io/badge/opencv-%23white.svg?style=for-the-badge\u0026logo=opencv\u0026logoColor=white\n[CMake]: https://img.shields.io/badge/CMake-%23008FBA.svg?style=for-the-badge\u0026logo=cmake\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaston1996%2Fseat-occupancy-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomaston1996%2Fseat-occupancy-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaston1996%2Fseat-occupancy-detector/lists"}