Metadata-Version: 2.1
Name: images-into-array
Version: 1.0.7
Summary: Convert Multiple images into a array and saved it into .npy file and letter user it for various task
Home-page: https://github.com/sujitmandal/images-into-array
Author: Sujit Mandal
Author-email: mandals974@gmail.com
License: MIT
Description: # Convert-Images-Into-Array:
        ---------------------------
        Convert Multiple images into a array and saved it into .npy file and letter user it for various task :
        ------------------------------------------------------------------------------------------------------
        This package fuction requres two argument one is path of the images folder and another is image size.
        
        # How to import the module:
        ---------------------------
        
        from images_into_array.images_into_array import images
        
        images_path = ('')
        
        
        image_size = set the value [32, 64, 128] 
        
        array = images(images_path, image_size)
        
        print(array.shape)
        
        
         Requirement’s:
        ----------------
        
        • Python 3.7
        
        • Anaconda
        
        • Visual Studio Code
        
         LINK’S:
        ---------
        
        • Python : 
        ----------
        Download https://www.python.org/downloads/
        
        • Anaconda : 
        ------------
        Windows:
        -------
        • Download https://www.anaconda.com/downloads
        
        Linux:
        ------
        Command:
        -------
        • " wget https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh "
        
        • " bash Anaconda3-5.3.1-Linux-x86_64.sh "
        
        • " conda update anaconda "
        
        • Visual Studio Code :
        ----------------------
        Download https://code.visualstudio.com/Download
        
        
         Installing the required package’s:
        -------------------------------------
        
        • conda install -c conda-forge opencv=4.2.0
        
        • pip install shuffle
        
        • pip install numpy
        
        • pip install tqdm
        
        License:
        --------
        MIT Licensed
        
        Author:
        -------
        Sujit Mandal
        
        LinkedIn : https://www.linkedin.com/in/sujit-mandal-91215013a/
        
        Facebook : https://www.facebook.com/sujit.mandal.33671748
        
        Twitter : https://twitter.com/mandalsujit37
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
