As the name suggested "ImagetoVector", which allow to operate on images.
Read images from Disk
Convert images into vector notion.
let read_image = open_image("./static/assets/bots.jpg".to_string());
let img_vec = new(read_image.await);
cargo add img2vec
cargo doc --open
WISDOMENIGMA@2023