Skip to main content

Utilities for deep learning on multimodal data.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visiontext-0.12.3.tar.gz (39.9 kB view hashes)

Uploaded Source

Built Distribution

visiontext-0.12.3-py3-none-any.whl (45.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page