{"id":19685924,"url":"https://github.com/rxswiftcommunity/rxvision","last_synced_at":"2025-10-05T12:59:24.374Z","repository":{"id":89974946,"uuid":"123140671","full_name":"RxSwiftCommunity/RxVision","owner":"RxSwiftCommunity","description":"RxVision (based on RxSwift)","archived":false,"fork":false,"pushed_at":"2020-07-01T04:40:04.000Z","size":55,"stargazers_count":13,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-21T00:42:14.689Z","etag":null,"topics":["ios","reactive-programming","rxswift","vision","vision-framework"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/RxSwiftCommunity.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":"2018-02-27T14:28:23.000Z","updated_at":"2022-04-29T16:45:15.000Z","dependencies_parsed_at":"2023-05-30T18:00:21.322Z","dependency_job_id":null,"html_url":"https://github.com/RxSwiftCommunity/RxVision","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/RxSwiftCommunity/RxVision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxVision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxVision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxVision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxVision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RxSwiftCommunity","download_url":"https://codeload.github.com/RxSwiftCommunity/RxVision/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxVision/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278457468,"owners_count":25989956,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ios","reactive-programming","rxswift","vision","vision-framework"],"created_at":"2024-11-11T18:24:47.501Z","updated_at":"2025-10-05T12:59:24.346Z","avatar_url":"https://github.com/RxSwiftCommunity.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxVision\nRxVision (based on RxSwift)\n\nBasic usage.\n\n```swift\nlet mlRequest: RxVNCoreMLRequest\u003cCGImage\u003e = VNCoreMLRequest.rx.request(model: model, imageCropAndScaleOption: .scaleFit)\n\nmlRequest\n    .observable\n    .subscribe { [unowned self] (event) in\n        switch event {\n            case .next(let completion):       \n                let cgImage = completion.value // NB you can easily pass the value along to the completion handler \n                if let result = completion.request.results?[0] as? VNClassificationObservation {\n                    os_log(\"results: %@\", type: .debug, result.identifier)\n                }\n            default:\n                break\n        }\n    }\n    .disposed(by: disposeBag)\n\nlet imageRequestHandler = VNImageRequestHandler(cgImage: cgImage, orientation: .up, options: requestOptions)\ndo {\n    try imageRequestHandler.rx.perform([mlRequest], on: cgImage) // NB you can easily pass the value along to the completion handler\n} catch {\n    print(error)\n}\n```\n\nCarthage setup.\n\n```\ngithub \"RxSwiftCommunity/RxVision\" ~\u003e 0.1.0\n\n```\n\nCopyright (c) RxSwiftCommunity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxvision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxswiftcommunity%2Frxvision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxvision/lists"}