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.2.tar.gz
(75.7 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.2.tar.gz.
File metadata
- Download URL: visiontext-0.33.2.tar.gz
- Upload date:
- Size: 75.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f492142308196efc862a3a4e0e3efd99dae0b9d93f4d78a57c20d7aff0dde15
|
|
| MD5 |
173ccbd25d80a5e295f830722cc048b0
|
|
| BLAKE2b-256 |
543748202e9deeb954918f7920d44b2d9e877c5e7623a45970dc3ab24ad619c9
|
File details
Details for the file visiontext-0.33.2-py3-none-any.whl.
File metadata
- Download URL: visiontext-0.33.2-py3-none-any.whl
- Upload date:
- Size: 89.3 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 |
46e81d8f329ed4fc489aac7f565586ffd621d15fec432766811af4ed4a3b70de
|
|
| MD5 |
34fa79709659b885f9d6a0faf4836f61
|
|
| BLAKE2b-256 |
7e2dc2cc1c44d4e49d8ee5de0532da983e5da4e18024043b97e9f0046189054d
|