You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unzip the folder resized.zip befor running the code.
The original data files exceed the limit to be uploaded.
You can modify the code and use the resized images.
About
A PyTorch-based CNN project for classifying weather images into four categories: cloudy, rain, shine, and sunrise. The code includes image preprocessing, dataset cleaning, train/test splitting, CNN model training, evaluation, and prediction, achieving around 96% validation accuracy on a small weather image dataset.