hkanade commited on
Commit
6a4a59d
·
verified ·
1 Parent(s): 9ad3a2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -5,4 +5,41 @@ task_categories:
5
  - image-classification
6
  size_categories:
7
  - n<1K
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - image-classification
6
  size_categories:
7
  - n<1K
8
+ ---
9
+
10
+
11
+ # 📸 Persons with Spectacles
12
+
13
+ A curated image dataset of human faces annotated for the presence of spectacles (eyeglasses). Ideal for exploring face‑accessory detection, fairness in vision models, and related computer‑vision tasks.
14
+
15
+ ---
16
+
17
+ ## Dataset Card for `hkanade/persons_with_spectacles`
18
+
19
+ | **Feature** | **Detail** |
20
+ |-----------------------|----------------------------------------------------------------------|
21
+ | **Dataset name** | `persons_with_spectacles` |
22
+ | **Repository** | https://huggingface.co/datasets/hkanade/persons_with_spectacles |
23
+ | **License** | apache-2.0 |
24
+ | **Languages** | — |
25
+ | **Tasks** | Text to Image, Image classification |
26
+ | **Size** | 120 |
27
+ | **File format** | Parquet |
28
+ | **Dataset version** | 1.0.0 |
29
+
30
+ ---
31
+
32
+ ## 1. Dataset Source
33
+
34
+ All samples were collected from wikimedia/wit_base.
35
+
36
+
37
+ ## 2. Usage
38
+
39
+ ```python
40
+ from datasets import load_dataset
41
+ from PIL import Image
42
+ import os
43
+
44
+ # load full dataset
45
+ ds = load_dataset("hkanade/persons_with_spectacles")