Utilities for deep learning on multimodal data.
Project description
visiontext
Utilities for deep learning on multimodal data.
- jupyter notebooks / jupyter lab / ipython
- matplotlib
- pandas
- webdataset / tar
- pytorch
Install
Requires python>=3.10, requires pytorch to be installed already,
see https://pytorch.org/
pip install visiontext
Full build
Additionally requires libjpeg-turbo and sqlite
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.23.1: Drop python 3.8 support since PyTorch dropped it. Set minimum python version as 3.10.
- PyTorch disabled the install via conda, change builds to install PyTorch CPU via pip.
- 0.10.1: Test with python 3.12
- 0.8.1: Set minimum python version to 3.8 since PyTorch requires it
Project details
Release history Release notifications | RSS feed
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.33.3.tar.gz
(76.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file visiontext-0.33.3.tar.gz.
File metadata
- Download URL: visiontext-0.33.3.tar.gz
- Upload date:
- Size: 76.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef16d6dab4fe89fd3dfac3c61ea08548e65dcc6a398a5deea20bf176ae6e9f8d
|
|
| MD5 |
60e0b08ef3253be74f56cf60047dc361
|
|
| BLAKE2b-256 |
8a96c8f32213928e12cef30fbcfe874ceeab1883b5560ddb5e280acbf9444c3f
|
File details
Details for the file visiontext-0.33.3-py3-none-any.whl.
File metadata
- Download URL: visiontext-0.33.3-py3-none-any.whl
- Upload date:
- Size: 90.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75f930ff7f3b17c0ce86ee0e12208a9fb01c29f5f8d0b42c15dc53caea585d00
|
|
| MD5 |
26fe238458f5325686962b0c392c6ce5
|
|
| BLAKE2b-256 |
17d5309fc942cf02f8517031e73b0b12cd36c493c67a602be3b996d30d23934d
|