Image Detection

The project below aims to classify and detect images using deep learning, either 2 classes or more.
The programming language used is python. I use several libraries, such as tensorflow, opencv, scikit-learn, pandas, numpy, and matplotlib.
Image processing steps have been carried out, such as importing libraries, labeling data, transforming images, augmenting data, building deep learning models, training, evaluating, and saving models.