Skip to content
Discussion options

You must be logged in to vote

Hugging Face provides several powerful pretrained models that can be used for plant disease detection through image classification. These models are typically based on deep learning architectures such as Convolutional Neural Networks (CNNs) and Vision Transformers (ViT).

Vision Transformer (ViT) – e.g., google/vit-base-patch16-224.
This model divides images into patches and processes them using transformer architecture. It achieves high accuracy and is suitable for fine-tuning on plant disease datasets such as PlantVillage.

ResNet (Residual Network) – e.g., microsoft/resnet-50.
ResNet is a CNN-based model that uses residual connections to improve deep network training. It is computational…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vishmividanege
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community!
4 participants