prior

🐍 A Python Package for Seamless Data Distribution in AI Workflows

https://github.com/allenai/prior

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

ai2thor artificial-intelligence datasets deep-learning
Last synced: 6 months ago · JSON representation ·

Repository

🐍 A Python Package for Seamless Data Distribution in AI Workflows

Basic Info
  • Host: GitHub
  • Owner: allenai
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 55.9 MB
Statistics
  • Stars: 26
  • Watchers: 5
  • Forks: 3
  • Open Issues: 14
  • Releases: 26
Topics
ai2thor artificial-intelligence datasets deep-learning
Created over 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog Contributing License Citation

README.md

🐍 PRIOR

A Python Package for Seamless Data Distribution in AI Workflows

DALLΒ·E 2022-09-12 18 02 32 - A friendly green snake typing on a computer on the floor

DOI License GitHub release Downloads

Installation

Install the prior package with pip:

bash pip install prior

Datasets

python import prior prior.load_dataset("procthor-10k")

python import prior prior.load_dataset("object-nav-eval")

Models

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:

  1. Already logged into GitHub from the command line, and able to pull a private repo.
  2. 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.
  3. Set the gh_auth_token global variable in the prior package 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

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
bug (3)
Pull Request Labels
dependencies (57) python (54) github_actions (3)

Dependencies

.github/actions/setup-venv/action.yml actions
  • actions/cache v2 composite
  • actions/setup-python v2 composite
.github/workflows/main.yml actions
  • ./.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
.github/workflows/pr_checks.yml actions
  • actions/checkout v1 composite
dev-requirements.txt pypi
  • 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
requirements.txt pypi
  • PyGithub *
  • tqdm *
pyproject.toml pypi
setup.py pypi