-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58416ca
commit 8c11936
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# vltk | ||
to install (add editable for personal custimization) | ||
# 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](http://avmendoza.info/vltk/) | ||
|
||
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] |