Baselight

Flower Species Dataset

Dataset of 1000 Flower Species: Including Names, Descriptions, and Image Paths

@kaggle.bhadramohit_flower_species_dataset

Loading...
Loading...

About this Dataset

Flower Species Dataset

Introduction

This dataset comprises detailed information on 1000 different flower species. Each entry in the dataset provides the name of the flower, a brief description, and the file path to an image representing the flower. This dataset can be utilized for various applications such as image classification, botanical studies, and educational purposes.

Dataset Structure

The dataset is organized into a CSV file with the following columns:

Name: The common name of the flower species.

Description: A brief description of the flower species, highlighting key characteristics.

Image: The file path to the image of the flower species. The images are stored locally and referenced by their paths.

Tables

Flowers Species Dataset

@kaggle.bhadramohit_flower_species_dataset.flowers_species_dataset
  • 13.55 kB
  • 1,000 rows
  • 3 columns
Loading...
CREATE TABLE flowers_species_dataset (
  "name" VARCHAR,
  "description" VARCHAR,
  "image" VARCHAR
);

Share link

Anyone who has the link will be able to view this.