This dataset contains plant images with disease information for fine-tuning Vision-Language Models like LLaVA.
image: Plant image
conversations: Q&A about the plant's disease and health condition
Total Images: 1500
Languages: English
You can load the dataset using Hugging Face datasets library:
from datasets import load_dataset
dataset = load_dataset("ipranavks/PlantDiseaseDatasetpks")