Hello Kedro World, I was wondering if someone has ...
# questions
r
Hello Kedro World, I was wondering if someone has some advice on a kedro tutorial that includes: • Image processing: data loading, resampling, and transofrmation • Dataengineering: ML algorithm for segmentation, classigication or anything of the sort • output: Saving predictions according to the model learned Thank you in advance šŸ™‚
j
hi @Rosana EL-JURDI! here are some resources I found: • kedro_datasets
ImageDataset
https://docs.kedro.org/en/stable/kedro_datasets.pillow.ImageDataSet.html • a Kedro pipeline for image processing using OpenCV, Scikit-image, TensorFlow/Keras, and MLflow https://github.com/Minyus/pipelinex_image_processing • kedro pipelines for preprocessing images using TensorFlow https://github.com/dermatologist/kedro-tf-image if someone else has more material, feel free to share šŸ™‚ hope this helps!
r
Thank you @Juan Luis šŸ™‚ šŸ™‚
šŸ™ŒšŸ¼ 1