{"id":21169765,"url":"https://github.com/andreasgrv/radloader","last_synced_at":"2025-08-02T08:39:19.163Z","repository":{"id":72076990,"uuid":"353837502","full_name":"andreasgrv/radloader","owner":"andreasgrv","description":"Code for loading radiology reports from EdIE-R format","archived":false,"fork":false,"pushed_at":"2021-04-06T10:03:34.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-13T08:46:22.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreasgrv.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":"2021-04-01T22:05:12.000Z","updated_at":"2024-06-07T20:32:43.000Z","dependencies_parsed_at":"2023-02-27T11:30:31.549Z","dependency_job_id":null,"html_url":"https://github.com/andreasgrv/radloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreasgrv/radloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fradloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fradloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fradloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fradloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreasgrv","download_url":"https://codeload.github.com/andreasgrv/radloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasgrv%2Fradloader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268355821,"owners_count":24237371,"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-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-11-20T15:53:37.675Z","updated_at":"2025-08-02T08:39:19.130Z","avatar_url":"https://github.com/andreasgrv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Radloader\n\nA package of dataloaders for radiology reports\n\n## Installation instructions\n\n```\n# Python3.7+ needed as coding using dataclasses\npython3.7 -m venv .env\nsource .env/bin/activate\n\n# Install dependencies\npip install -r requirements.txt\npip install .\n```\n\n## Structure\n\nA DatasetLoader returns a loader object with the following internal structure:\n```\nloader\n└── documents\n    ├── labels\n\t├── relations\n\t└── sentences\n\t\t├── entities\n\t\t├── modifiers\n\t\t├── negation\n\t\t└── words\n```\n\n## Run examples (after install)\n\n### Example of loading the ESS dataset\n\nThe script below loads documents in that have been saved in ann.xml files.\n\nSee `examples/load_reports.py` for details\n```\npython examples/load_reports.py --folder /path/to/folder/containing/reports\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasgrv%2Fradloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasgrv%2Fradloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasgrv%2Fradloader/lists"}