This project is focused on building and training a Convolutional Neural Network (CNN) model to classify images into various categories. The model is implemented using PyTorch and supports image preprocessing, dataset loading, and training.
To run this project, you need to have Python 3.x installed. You can install the required dependencies using the requirements.txt file.
git clone https://github.com/AhmedElshahedd/Image-Classification.git
cd Image-Classification
pip install -r requirements.txt