Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

Installation

To install (add editable for personal custimization)

git clone https://github.com/eltoto1219/vltk.git && cd vltk && pip install -e .

Alternatively:

pip install vltk

Documentation

The documentation is up! at vltk documentation

It is pretty bare bones for now, however first on the agenda to be added will be:

  1. Usage of adapters to rapidly create datasets.
  2. An overview of all the config options for automatically instantiating PyTorch dataloaders from one to many different datasets at once
  3. An overview of how dataset metadata is automatically + deterministically collected from multiple datasets
  4. Usage of modality prcoessors for language, vision, and language X vision which make it possible to universally load any visn, lang, visn-lang dataset.

Collaboration

There are many exciting directions and improvements I have in mind to make in vltk. While this is the "official" beginning of the project, please email me for any suggestions/collaboration ideas: [email protected]