{"id":19989308,"url":"https://github.com/marcsteven/pheumoniadetector","last_synced_at":"2025-10-27T09:35:11.951Z","repository":{"id":185332979,"uuid":"255484380","full_name":"MarcSteven/PheumoniaDetector","owner":"MarcSteven","description":"A model to check pneumonia disease ","archived":false,"fork":false,"pushed_at":"2020-04-14T08:11:23.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T21:48:46.563Z","etag":null,"topics":["coreml","visison"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarcSteven.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}},"created_at":"2020-04-14T01:50:57.000Z","updated_at":"2024-04-05T16:25:39.000Z","dependencies_parsed_at":"2023-08-01T14:52:28.927Z","dependency_job_id":null,"html_url":"https://github.com/MarcSteven/PheumoniaDetector","commit_stats":null,"previous_names":["marcsteven/pheumoniadetector"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MarcSteven/PheumoniaDetector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcSteven%2FPheumoniaDetector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcSteven%2FPheumoniaDetector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcSteven%2FPheumoniaDetector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcSteven%2FPheumoniaDetector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcSteven","download_url":"https://codeload.github.com/MarcSteven/PheumoniaDetector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcSteven%2FPheumoniaDetector/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259301677,"owners_count":22836976,"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":["coreml","visison"],"created_at":"2024-11-13T04:46:15.209Z","updated_at":"2025-10-27T09:35:11.882Z","avatar_url":"https://github.com/MarcSteven.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PheumoniaDetector\nPheumoniaDetector is s a small (17 kB) CoreML Model to scan images for pheumonia. It was trained using CreateML to check the disease pheumonia via xRay photos.\n# Usage\n  `guard  let detector = PheumoniaDetector.shared else {\n    return\n  }\n\n  detector.check(image: image, completion: { result in\n    switch result {\n    case let .success(pheumoniaConfidence: confidence):\n        if confidence \u003e 0.9 {\n            // 😱🙈😏\n        } else {\n            // ¯\\_(ツ)_/¯\n        }\n    default:\n        break\n     }\n  })`\n\n\n# Installation\navailable through CocoaPods. To install it, simply add the following line to your Podfile:\n\n`pod 'PheumoniaDetector'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcsteven%2Fpheumoniadetector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcsteven%2Fpheumoniadetector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcsteven%2Fpheumoniadetector/lists"}