Please do not give solution in image formate thanku There are three folders of images with size 128 x 128 to use for test,train,and validation. There are subfolders called goodChair and damagedChair. Create a python image recognition program that will predict a good and damaged chair. Please create a program that creates a model with two subclass from the images. Then, use the model to predict images in the test folders with prediction of whether the images are good or damaged chairs. Print out the predictions in the folder with the label of good or bad chair, and the accuracy of the image. Requirement of python program: -code for model -code that uses model for image classification to predict the images -code that prints prediction of images and percentage of accuracy
Please do not give solution in image formate thanku
There are three folders of images with size 128 x 128 to use for test,train,and validation. There are subfolders called goodChair and damagedChair. Create a python image recognition program that will predict a good and damaged chair. Please create a program that creates a model with two subclass from the images. Then, use the model to predict images in the test folders with prediction of whether the images are good or damaged chairs. Print out the predictions in the folder with the label of good or bad chair, and the accuracy of the image.
Requirement of python program:
-code for model
-code that uses model for image classification to predict the images
-code that prints prediction of images and percentage of accuracy

Step by step
Solved in 4 steps with 1 images









