Utility functions for image handling
Project description
Credit to https://www.kaggle.com/code/stassl/displaying-inline-images-in-pandas-dataframe.
Usage example:
from datasets import load_dataset
# Load Fashion MNIST dataset
rows = load_dataset("zalando-datasets/fashion_mnist", split="test")
rows.set_format(type="pandas") # rows is a datasets.Dataset object from Hugging Face
df = rows[:]
from cvutils import show_pd
show_pd(df)
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
draxutils-0.1.3.tar.gz
(2.2 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 draxutils-0.1.3.tar.gz.
File metadata
- Download URL: draxutils-0.1.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff2041998baf1cc1bc0ce7512bce662f7b590f8c59fc0b598c931b70b765dcf3
|
|
| MD5 |
2d8d3c8441f205e26b4e58aff899915f
|
|
| BLAKE2b-256 |
803bf9297b71377e97090713586f67d12d04a53d21e8b2acdead3a0766fb13a2
|
File details
Details for the file draxutils-0.1.3-py3-none-any.whl.
File metadata
- Download URL: draxutils-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fad56b01c84fc81fda5490350bc2d560bac61b51dffc809be188558c734fd1e2
|
|
| MD5 |
3e5a5be3ece95b00d1dfa4fba00c4f6e
|
|
| BLAKE2b-256 |
312295b0d35befc89a306f71986b000a7a7c14f6c242954cf4dd126b63480183
|