{"id":24946467,"url":"https://github.com/yas-sim/openvino_docker_boilerplate","last_synced_at":"2026-05-05T15:31:54.233Z","repository":{"id":275292589,"uuid":"925662837","full_name":"yas-sim/openvino_docker_boilerplate","owner":"yas-sim","description":"A boilerplate for an OpenVINO application in a container project using an OpenVINO base container image","archived":false,"fork":false,"pushed_at":"2025-02-01T13:34:42.000Z","size":1680,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:15:55.063Z","etag":null,"topics":["container","deep-learning","docker","inference","object-detection","opencv","openvino","python","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yas-sim.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":"2025-02-01T12:35:15.000Z","updated_at":"2025-02-01T13:34:44.000Z","dependencies_parsed_at":"2025-02-01T13:35:21.999Z","dependency_job_id":"341fb36c-ba4b-4bed-a3cc-84209fb87a26","html_url":"https://github.com/yas-sim/openvino_docker_boilerplate","commit_stats":null,"previous_names":["yas-sim/openvino_docker_boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yas-sim/openvino_docker_boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino_docker_boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino_docker_boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino_docker_boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino_docker_boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yas-sim","download_url":"https://codeload.github.com/yas-sim/openvino_docker_boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yas-sim%2Fopenvino_docker_boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261100917,"owners_count":23109831,"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":["container","deep-learning","docker","inference","object-detection","opencv","openvino","python","ubuntu"],"created_at":"2025-02-02T20:56:25.485Z","updated_at":"2026-05-05T15:31:54.169Z","avatar_url":"https://github.com/yas-sim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A boilerplate for an OpenVINO application in a container project using an OpenVINO base container image\r\n\r\nSample `Dockerfile` and OpenVINO application to demonstrate how to create a Docker project for OpenVINO using OpenVINO base container image.  \r\nThe sample application uses `ssd_mobilenet_v1` model and run object detection task. The application reads an image from `./input/image.jpg` and write the result to `./output/image.jpg`.\r\n\r\n### How to get the DL model\r\n```sh\r\npython prepare_model.py\r\n```\r\n\r\n### How to build the image\r\n```sh\r\ncd Docker\r\ndocker build -t ov_app .\r\n```\r\n\r\n### How to run the container\r\n```sh\r\ndocker run --rm -v \u003chost_working_dir\u003e/input:/app/input -v \u003chost_working_dir\u003e/output:/app/output ov_app\r\n\r\n```\r\n\r\n### Start the container for debugging / testing\r\n```sh\r\ndocker run --rm -it -v \u003chost_working_dir\u003e/input:/app/input -v \u003chost_working_dir\u003e/output:/app/output ov_app /usr/bin/bash\r\n```\r\n\r\n\r\n### Note:\r\n- The application file is `openvino_app.py`.\r\n- The application code and a DL model will be deployed in `/app` directory with the `Dockerfile` in this project.\r\n- Default working directory for the container `openvino/ubuntu22_runtime:2024.6.0` is `/opt/intel/openvino_2024.6.0.0`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyas-sim%2Fopenvino_docker_boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyas-sim%2Fopenvino_docker_boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyas-sim%2Fopenvino_docker_boilerplate/lists"}