Skip to main content

This Package will help you to import image data for your deep learning project

Project description

Image Data Importer For Deep Learning

A Python package which will help you to import image data for your deep learning project. The function inside the package is called "img_data_importer" which accepts only one parameter i.e path of main folder (main folder is the one inside which all different categories folders are present),and during execution it will ask you to pick some options,choose them according to your data set after generating the data, the output will be returned in tuple (X_train,y_train) in which X_train has categories image data and y_train has labels, How to execute is shown below

Execution

X,y = img_data_importer(path of main folder), X holds the image data and y holds the labels

typical options shown below

Do you want to convert your image data to grey scale? y/n: choose your option

Do you want to resize your data? y/n [default:100x100]: choose your option

Generating & Shuffling the Data...

Do you want to normalize your data? y/n [recommended]: choose your option

Do you want to save your data? y/n [will be saved using pickle]: choose your option

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

vinzy-imgdata-importer-1.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

vinzy_imgdata_importer-1.0.1-py3-none-any.whl (3.8 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