{"id":20004105,"url":"https://github.com/cj-mills/unity-barracuda-inference-image-classification","last_synced_at":"2026-04-15T20:05:08.305Z","repository":{"id":152616783,"uuid":"626149508","full_name":"cj-mills/unity-barracuda-inference-image-classification","owner":"cj-mills","description":"This Unity package extends the functionality of the barracuda-inference-base package to perform image classification using computer vision models. ","archived":false,"fork":false,"pushed_at":"2023-05-05T20:45:45.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T08:37:09.014Z","etag":null,"topics":["barracuda","image-classification","unity"],"latest_commit_sha":null,"homepage":"https://christianjmills.com/posts/unity-barracuda-inference-image-classification-walkthrough/","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/cj-mills.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}},"created_at":"2023-04-10T22:42:41.000Z","updated_at":"2023-06-09T20:07:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2413b13-474e-4615-a8ab-a9bcf0b50c5c","html_url":"https://github.com/cj-mills/unity-barracuda-inference-image-classification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cj-mills/unity-barracuda-inference-image-classification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj-mills%2Funity-barracuda-inference-image-classification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj-mills%2Funity-barracuda-inference-image-classification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj-mills%2Funity-barracuda-inference-image-classification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj-mills%2Funity-barracuda-inference-image-classification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cj-mills","download_url":"https://codeload.github.com/cj-mills/unity-barracuda-inference-image-classification/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj-mills%2Funity-barracuda-inference-image-classification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","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":["barracuda","image-classification","unity"],"created_at":"2024-11-13T05:28:33.205Z","updated_at":"2026-04-15T20:05:08.290Z","avatar_url":"https://github.com/cj-mills.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Barracuda Inference Image Classification\nThis Unity package extends the functionality of the [`barracuda-inference-base`](https://github.com/cj-mills/unity-barracuda-inference-base) package to perform image classification using computer vision models. \n\n## Demo Video\nhttps://user-images.githubusercontent.com/9126128/231305884-865e656c-06df-42c6-a9db-c3bb1ded4c1a.mp4\n\n\n\n## Demo Project\n\n* **GitHub Repository:** [barracuda-image-classification-demo](https://github.com/cj-mills/barracuda-image-classification-demo)\n\n\n\n## Code Walkthrough\n\n* [Code Walkthrough: Unity Barracuda Inference Image Classification Package](https://christianjmills.com/posts/unity-barracuda-inference-image-classification-walkthrough/)\n\n\n\n## Features\n\n- Utilizes Unity's Barracuda engine for efficient inference\n- Supports various worker types and Asynchronous GPU Readback\n\n\n\n## Getting Started\n\n### Prerequisites\n\n- Unity game engine\n\n### Installation\n\nYou can install the Barracuda Inference Image Classification package using the Unity Package Manager:\n\n1. Open your Unity project.\n2. Go to Window \u003e Package Manager.\n3. Click the \"+\" button in the top left corner, and choose \"Add package from git URL...\"\n4. Enter the GitHub repository URL: `https://github.com/cj-mills/unity-barracuda-inference-image-classification.git`\n5. Click \"Add\". The package will be added to your project.\n\nFor Unity versions older than 2021.1, add the Git URL to the `manifest.json` file in your project's `Packages` folder as a dependency:\n\n```json\n{\n  \"dependencies\": {\n    \"com.cj-mills.barracuda-inference-image-classification\": \"https://github.com/cj-mills/unity-barracuda-inference-image-classification.git\",\n    // other dependencies...\n  }\n}\n```\n\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](Documentation~/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcj-mills%2Funity-barracuda-inference-image-classification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcj-mills%2Funity-barracuda-inference-image-classification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcj-mills%2Funity-barracuda-inference-image-classification/lists"}