prior
π A Python Package for Seamless Data Distribution in AI Workflows
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
βCITATION.cff file
Found CITATION.cff file -
βcodemeta.json file
Found codemeta.json file -
β.zenodo.json file
Found .zenodo.json file -
βDOI references
Found 1 DOI reference(s) in README -
βAcademic publication links
Links to: zenodo.org -
βAcademic email domains
-
βInstitutional organization owner
-
βJOSS paper metadata
-
βScientific vocabulary similarity
Low similarity (15.6%) to scientific vocabulary
Keywords
Repository
π A Python Package for Seamless Data Distribution in AI Workflows
Basic Info
Statistics
- Stars: 26
- Watchers: 5
- Forks: 3
- Open Issues: 14
- Releases: 26
Topics
Metadata Files
README.md
π PRIOR
A Python Package for Seamless Data Distribution in AI Workflows

Installation
Install the prior package with pip:
bash
pip install prior
Datasets
- ProcTHOR-10k [GitHub]
python
import prior
prior.load_dataset("procthor-10k")
- Object Nav Evaluation [GitHub]
python
import prior
prior.load_dataset("object-nav-eval")
Models
- ProcTHOR Models [GitHub]
python
import prior
prior.load_model(project="procthor-models", model="object-nav-pretraining")
Example Usage
To use a public Python dataset, simply run:
python
import prior
dataset = prior.load_dataset("test-dataset", entity="mattdeitke", revision="main")
Here, revision can be either a tag, branch, or commit hash.
Private Datasets
If you want to use a private dataset, make sure you're either:
- Already logged into GitHub from the command line, and able to pull a private repo.
- Set the GITHUBTOKEN environment variable to a GitHub authentication token with read access to private repositories (e.g., `export GITHUBTOKEN=
`). You can generate a GitHub authentication token here. - Set the
gh_auth_tokenglobal variable in thepriorpackage with:
python
import prior
prior.gh_auth_token = "<token>"
Citation
To cite the PRIOR package, please use:
bibtex
@software{prior,
author={Matt Deitke and Aniruddha Kembhavi and Luca Weihs},
doi={10.5281/zenodo.7072830},
title={{PRIOR: A Python Package for Seamless Data Distribution in AI Workflows}},
url={https://github.com/allenai/prior},
year={2022}
}
Owner
- Name: AI2
- Login: allenai
- Kind: organization
- Email: ai2-info@allenai.org
- Location: Seattle, WA
- Website: http://www.allenai.org
- Repositories: 454
- Profile: https://github.com/allenai
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Deitke"
given-names: "Matt"
orcid: "https://orcid.org/0000-0002-2602-8656"
- family-names: "Kembhavi"
given-names: "Aniruddha"
orcid: "https://orcid.org/0000-0002-7608-7443"
- family-names: "Weihs"
given-names: "Luca"
orcid: "https://orcid.org/0000-0002-6846-6718"
title: "PRIOR: A Python Package for Seamless Data Distribution in AI Workflows"
version: 1.0.0
doi: 10.5281/zenodo.7072830
date-released: 2022-08-04
url: "https://github.com/allenai/prior"
GitHub Events
Total
- Watch event: 5
- Fork event: 1
Last Year
- Watch event: 5
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 72
- Average time to close issues: 1 day
- Average time to close pull requests: about 1 month
- Total issue authors: 4
- Total pull request authors: 4
- Average comments per issue: 4.5
- Average comments per pull request: 0.75
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 61
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- roshandhakal (2)
- pioneer-innovation (2)
- Bnjoroge1 (1)
- mariiak2021 (1)
Pull Request Authors
- dependabot[bot] (57)
- Lucaweihs (6)
- mattdeitke (4)
- garfieldnate (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/cache v2 composite
- actions/setup-python v2 composite
- ./.github/actions/setup-venv * composite
- actions/checkout v3 composite
- actions/checkout v1 composite
- actions/download-artifact v3 composite
- actions/setup-python v3 composite
- actions/upload-artifact v3 composite
- softprops/action-gh-release v1 composite
- actions/checkout v1 composite
- PyGithub * development
- Sphinx >=4.3.0,<5.1.0 development
- black ==22.3.0 development
- flake8 * development
- furo ==2022.4.7 development
- isort ==5.10.1 development
- mypy ==0.960 development
- myst-parser >=0.15.2,<0.18.0 development
- packaging * development
- pytest * development
- pytest-cov * development
- pytest-sphinx * development
- setuptools * development
- sphinx-autobuild ==2021.3.14 development
- sphinx-autodoc-typehints * development
- sphinx-copybutton ==0.5.0 development
- tqdm * development
- twine >=1.11.0 development
- wheel * development
- PyGithub *
- tqdm *