Yoel125 commited on
Commit
e6ef3f0
·
verified ·
1 Parent(s): e7b6997

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ For this assignment, I selected the **JotDe/birds** dataset.
21
  * **image**: The visual data (PIL Image object).
22
  * **label**: An integer ID representing the bird species (there are 200 distinct species, such as Yellow-breasted Chat, Albatross, etc.).
23
  * **description**: A textual description detailing the visual characteristics of the bird.
24
-
25
  # EDA
26
  ### Visual Data Inspection:
27
  We are using the matplotlib library to render the actual visual
 
21
  * **image**: The visual data (PIL Image object).
22
  * **label**: An integer ID representing the bird species (there are 200 distinct species, such as Yellow-breasted Chat, Albatross, etc.).
23
  * **description**: A textual description detailing the visual characteristics of the bird.
24
+ * **file_name**: The original file name of the image.
25
  # EDA
26
  ### Visual Data Inspection:
27
  We are using the matplotlib library to render the actual visual