Weather Image Classification -Classifies weather images with 89% accuracy 

This project uses PyTorch to classify weather images into 11 categories, including dew, fog, hail, and snow, achieving 89.8% accuracy. The dataset was prepared using techniques like resizing, normalization, and data augmentation to enhance training. I utilized a ResNet50 model finely tuned for this task. The model's accuracy was evaluated and predictions were validated through visualizations that compared predicted labels with actual categories, along with confidence scores. This type of project can be particularly useful for a variety of tasks, such as meteorological forecasting, aviation routing and flight safety, autonomous vehicles, and environmental monitoring.