Skip to content

simon-ging/visiontext

Repository files navigation

visiontext

minimal build 3.8 status minimal build 3.10 status minimal build 3.12 status
full build 3.8 status full build 3.10 status full build 3.12 status
coverage version

Utilities for deep learning on multimodal data.

  • jupyter notebooks / jupyter lab / ipython
  • matplotlib
  • pandas
  • webdataset / tar
  • pytorch

Install

Requires python>=3.8 pytorch sqlite

pip install visiontext

Full build

Additionally requires libjpeg-turbo:

pip install visiontext[full]

Dev install

Clone repository and cd into, then:

pip install pytest pytest-cov pylint black[jupyter]
pylint visiontext
pylint tests

# full build
pip install -e .[full]
python -m pytest --cov

# minimal build
pip install -e .
python -m pytest --cov -m "not full"

Changelog

  • 0.10.1: Test with python 3.12
  • 0.8.1: Set minimum python version to 3.8 since PyTorch requires it

About

Utilities for deep learning on multimodal data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published