Library for creating data input pipeline in pure Tensorflow 2.x
Project description
Chitra
Library for creating data input pipeline in pure Tensorflow 2.x
Install
pip install chitra
How to use
Loading data for image classification
import tensorflow as tf
import chitra
from chitra.dataloader import Clf, show_batch
# path = '/Users/aniketmaurya/Pictures/cats'
# clf_dl = Clf()
# data = clf_dl.from_folder(path, target_shape=(224, 224))
# show_batch(data, limit=6, figsize=(6,6))
CLASSES FOUND: ('Blackcat', 'Whitecat')
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
chitra-0.0.6.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file chitra-0.0.6.tar.gz
.
File metadata
- Download URL: chitra-0.0.6.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06153279858d4950c9662a5fc5589dc30ab8f8b4aa7c7dbbad3710b75b01f597 |
|
MD5 | db34c8832252bab7e9883ea9da2f285f |
|
BLAKE2b-256 | 052a71f09e98790b6579adb0718c58c0cbc11019aab09ff106d214872fccd48c |
Provenance
File details
Details for the file chitra-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: chitra-0.0.6-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30152ebe06223fea450a5ba58a01d64e7ef945b7156cc49e008201da6ae18a28 |
|
MD5 | 635e5edeb408893af8ea2443114a4ed0 |
|
BLAKE2b-256 | 5da185359d9559aa621a8494be44a9f7349fe5224a13e18cf427f406dd154fb3 |