Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
+
|
| 25 |
# EDA
|
| 26 |
### Visual Data Inspection:
|
| 27 |
We are using the matplotlib library to render the actual visual
|