img2vec 0.1.0

As the name suggested 'ImagetoVector', which allow to operate on images.
Documentation
# ImagetoVector 

        As the name suggested "ImagetoVector", which allow to operate on images. 

        Read images from Disk
        Convert images into vector notion.


# Code


        let read_image = open_image("./static/assets/bots.jpg".to_string());
        let img_vec = new(read_image.await);

# Install

        cargo add img2vec


# Documentation

        cargo doc --open


# Maintainance 

        WISDOMENIGMA@2023