ravisri commited on
Commit
7afab9a
·
verified ·
1 Parent(s): 2dfc2cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Bird Detection Dataset
2
 
3
  This dataset contains images and corresponding labels for a binary classification task: identifying whether a given image contains a bird or not. It is designed for use in computer vision tasks such as image classification, detection, or transfer learning.
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: string
6
+ - name: image_id
7
+ dtype: string
8
+ - name: caption
9
+ dtype: string
10
+ - name: label
11
+ dtype: string
12
+ license: "MIT"
13
+ ---
14
+
15
  # Bird Detection Dataset
16
 
17
  This dataset contains images and corresponding labels for a binary classification task: identifying whether a given image contains a bird or not. It is designed for use in computer vision tasks such as image classification, detection, or transfer learning.