Skip to content

Dipta04/cnn_project_PlantVillage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A convolutional neural network built from scratch in PyTorch to classify plant leaf diseases across 38 categories using the PlantVillage dataset (~43K training images). The model uses a 3-block feature extractor (Conv → BatchNorm → MaxPool) followed by a fully connected classifier with dropout, trained with Adam and CrossEntropyLoss on GPU via Google Colab.

Dataset Link: https://www.kaggle.com/datasets/mohitsingh1804/plantvillage

About

Plant leaf Disease Classification with CNN (PyTorch)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors