Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# HUMANFaceDataset
|
9 |
+
|
10 |
+
tags: facial, expression, identity
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:** The 'HUMANFaceDataset' is a collection of high-resolution images that capture various facial expressions across different identities. This dataset aims to facilitate research in the fields of emotion recognition, facial expression analysis, and identity verification using machine learning techniques. The dataset is curated to include a diverse set of individuals with varying ages, ethnicities, and genders to ensure broad applicability of the models trained on it.
|
15 |
+
|
16 |
+
**CSV Content Preview:**
|
17 |
+
|
18 |
+
```
|
19 |
+
ID, ImageURL, Expression, Identity, Labels
|
20 |
+
001, https://example.com/image001.jpg, Happy, John Doe, ["HappyExpression", "MaleIdentity"]
|
21 |
+
002, https://example.com/image002.jpg, Sad, Jane Smith, ["SadExpression", "FemaleIdentity"]
|
22 |
+
003, https://example.com/image003.jpg, Angry, Mike Johnson, ["AngryExpression", "MaleIdentity"]
|
23 |
+
004, https://example.com/image004.jpg, Surprised, Emily Davis, ["SurprisedExpression", "FemaleIdentity"]
|
24 |
+
005, https://example.com/image005.jpg, Neutral, Alex Lee, ["NeutralExpression", "MaleIdentity"]
|
25 |
+
```
|
26 |
+
|
27 |
+
In this CSV preview, each row represents an individual's image from the dataset, with columns indicating the image URL, the facial expression label, the identity of the individual (a placeholder name for anonymity), and a list of labels that specify both the expression and the identity. This format allows for multi-label classification where each image can belong to multiple categories.
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'human':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=human&dataset=HUMANFaceDataset&tags=facial,+expression,+identity
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|