{"id":18331991,"url":"https://github.com/mrousavy/vision-camera-image-labeler","last_synced_at":"2025-04-07T11:04:42.159Z","repository":{"id":43818408,"uuid":"364899930","full_name":"mrousavy/vision-camera-image-labeler","owner":"mrousavy","description":"VisionCamera Frame Processor Plugin to label images using MLKit Vision","archived":false,"fork":false,"pushed_at":"2024-07-27T21:39:51.000Z","size":480,"stargazers_count":128,"open_issues_count":9,"forks_count":29,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-31T10:05:05.002Z","etag":null,"topics":["ai","camera","frame-processor-plugin","image-labeling","library","ml","mlkit-vision","react-native","vision","vision-camera"],"latest_commit_sha":null,"homepage":"https://github.com/mrousavy/react-native-vision-camera","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrousavy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"mrousavy","ko_fi":"mrousavy"}},"created_at":"2021-05-06T12:18:50.000Z","updated_at":"2025-03-24T14:44:44.000Z","dependencies_parsed_at":"2024-11-05T19:47:30.733Z","dependency_job_id":"99c91de7-129c-49d1-942d-667871535db9","html_url":"https://github.com/mrousavy/vision-camera-image-labeler","commit_stats":{"total_commits":46,"total_committers":3,"mean_commits":"15.333333333333334","dds":"0.13043478260869568","last_synced_commit":"f199b4a37978d304c87a0783ba3eb78725d67e9a"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2Fvision-camera-image-labeler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2Fvision-camera-image-labeler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2Fvision-camera-image-labeler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2Fvision-camera-image-labeler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrousavy","download_url":"https://codeload.github.com/mrousavy/vision-camera-image-labeler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640461,"owners_count":20971557,"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":["ai","camera","frame-processor-plugin","image-labeling","library","ml","mlkit-vision","react-native","vision","vision-camera"],"created_at":"2024-11-05T19:36:48.802Z","updated_at":"2025-04-07T11:04:42.104Z","avatar_url":"https://github.com/mrousavy.png","language":"Java","funding_links":["https://github.com/sponsors/mrousavy","https://ko-fi.com/mrousavy"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"right\"\u003e\n\u003cimg align=\"right\" src=\"https://github.com/mrousavy/react-native-vision-camera/blob/main/docs/static/img/frame-processors.gif?raw=true\"\u003e\n\u003c/div\u003e\n\n# vision-camera-image-labeler\n\nA [VisionCamera](https://github.com/mrousavy/react-native-vision-camera) Frame Processor Plugin to label images using [**MLKit Vision** Image Labeling](https://developers.google.com/ml-kit/vision/image-labeling).\n\n## Installation\n\n```sh\nnpm install vision-camera-image-labeler\ncd ios \u0026\u0026 pod install\n```\n\nAdd the plugin to your `babel.config.js`:\n\n```js\nmodule.exports = {\n  plugins: [\n    [\n      'react-native-reanimated/plugin',\n      {\n        globals: ['__labelImage'],\n      },\n    ],\n\n    // ...\n```\n\n\u003e Note: You have to restart metro-bundler for changes in the `babel.config.js` file to take effect.\n\n## V2 vs V3\n\nNote: Currently this plugin only works for VisionCamera V2 since I have not dedicated any time to upgrade it to V3 yet.\n\n## Usage\n\n```js\nimport { labelImage } from \"vision-camera-image-labeler\";\n\n// ...\n\nconst frameProcessor = useFrameProcessor((frame) =\u003e {\n  'worklet';\n  const labels = labelImage(frame);\n}, []);\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrousavy%2Fvision-camera-image-labeler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrousavy%2Fvision-camera-image-labeler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrousavy%2Fvision-camera-image-labeler/lists"}