{"id":31908781,"url":"https://github.com/allenai/prior","last_synced_at":"2025-10-13T15:56:19.819Z","repository":{"id":44326339,"uuid":"497726192","full_name":"allenai/prior","owner":"allenai","description":"🐍 A Python Package for Seamless Data Distribution in AI Workflows","archived":false,"fork":false,"pushed_at":"2023-11-30T18:14:41.000Z","size":58567,"stargazers_count":26,"open_issues_count":14,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-23T11:27:17.563Z","etag":null,"topics":["ai2thor","artificial-intelligence","datasets","deep-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allenai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-29T22:47:16.000Z","updated_at":"2025-08-04T15:15:39.000Z","dependencies_parsed_at":"2025-04-13T12:17:20.589Z","dependency_job_id":"54b22987-9075-4b20-90f3-09c35e809d04","html_url":"https://github.com/allenai/prior","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/allenai/prior","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fprior","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fprior/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fprior/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fprior/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai","download_url":"https://codeload.github.com/allenai/prior/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fprior/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015939,"owners_count":26085777,"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-13T02:00:06.723Z","response_time":61,"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":["ai2thor","artificial-intelligence","datasets","deep-learning"],"created_at":"2025-10-13T15:56:18.502Z","updated_at":"2025-10-13T15:56:19.809Z","avatar_url":"https://github.com/allenai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  🐍 PRIOR\n\u003c/h1\u003e\n\n\n\u003ch3 align=\"center\"\u003e\u003cem\u003eA Python Package for Seamless Data Distribution in AI Workflows\u003c/em\u003e\u003c/h3\u003e\n\n![DALL·E 2022-09-12 18 02 32 - A friendly green snake typing on a computer on the floor](https://user-images.githubusercontent.com/28768645/189784788-22986a02-d56e-4937-8c8e-e58685e8b72d.png)\n\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://zenodo.org/badge/latestdoi/497726192\"\u003e\n    \u003cimg src=\"https://zenodo.org/badge/497726192.svg\" alt=\"DOI\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"//github.com/allenai/prior/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/allenai/prior.svg?color=blue\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"//github.com/allenai/prior/releases\"\u003e\n    \u003cimg alt=\"GitHub release\" src=\"https://img.shields.io/github/release/allenai/prior.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"//pepy.tech/project/prior\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Downloads\" src=\"https://pepy.tech/badge/prior\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\n\n## Installation\n\nInstall the `prior` package with pip:\n\n```bash\npip install prior\n```\n\n## Datasets\n\n- ProcTHOR-10k [[GitHub]](https://github.com/allenai/procthor-10k)\n\n```python\nimport prior\nprior.load_dataset(\"procthor-10k\")\n```\n\n- Object Nav Evaluation [[GitHub]](https://github.com/allenai/object-nav-eval)\n\n```python\nimport prior\nprior.load_dataset(\"object-nav-eval\")\n```\n\n## Models\n\n- ProcTHOR Models [[GitHub]](https://github.com/allenai/procthor-models)\n\n```python\nimport prior\nprior.load_model(project=\"procthor-models\", model=\"object-nav-pretraining\")\n```\n\n## Example Usage\n\nTo use a public Python dataset, simply run:\n\n```python\nimport prior\ndataset = prior.load_dataset(\"test-dataset\", entity=\"mattdeitke\", revision=\"main\")\n```\n\nHere, `revision` can be either a tag, branch, or commit hash.\n\n## Private Datasets\n\nIf you want to use a private dataset, make sure you're either:\n\n1. Already logged into GitHub from the command line, and able to pull a private repo.\n2. Set the GITHUB_TOKEN environment variable to a GitHub authentication token with read access to private repositories (e.g., `export GITHUB_TOKEN=\u003ctoken\u003e`). You can generate a GitHub authentication token [here](https://github.com/settings/tokens).\n3. Set the `gh_auth_token` global variable in the `prior` package with:\n\n```python\nimport prior\nprior.gh_auth_token = \"\u003ctoken\u003e\"\n```\n\n## Citation\n\nTo cite the PRIOR package, please use:\n\n```bibtex\n@software{prior,\n  author={Matt Deitke and Aniruddha Kembhavi and Luca Weihs},\n  doi={10.5281/zenodo.7072830},\n  title={{PRIOR: A Python Package for Seamless Data Distribution in AI Workflows}},\n  url={https://github.com/allenai/prior},\n  year={2022}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallenai%2Fprior","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallenai%2Fprior","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallenai%2Fprior/lists"}