To install (add editable for personal custimization)
git clone https://github.com/eltoto1219/vltk.git && cd vltk && pip install -e .
Alternatively:
pip install vltk
The documentation is up! at vltk documentation
It is pretty bare bones for now, however first on the agenda to be added will be:
- Usage of adapters to rapidly create datasets.
- An overview of all the config options for automatically instantiating PyTorch dataloaders from one to many different datasets at once
- An overview of how dataset metadata is automatically + deterministically collected from multiple datasets
- Usage of modality prcoessors for language, vision, and language X vision which make it possible to universally load any visn, lang, visn-lang dataset.
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]