zrthxn commited on
Commit
ce0d005
·
0 Parent(s):
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. Archive.zip +3 -0
  3. README.md +13 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ Archive.zip filter=lfs diff=lfs merge=lfs -text
Archive.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d861480d96038d65a7244da5b62c4b549c781d812875e6086b02927c634b16
3
+ size 23810726
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Similing or Not
2
+
3
+ A dataset comprised of closeups of people's faces, belonging to 2 binary classes.
4
+ - 600 smiling faces in the "smile" folder.
5
+ - 603 non smiling faces in the "non_smile" folder.
6
+
7
+ We can build a smile detector with this dataset, and even a "smile transformer" via a Style Transfer algorithm.
8
+
9
+ The "test" folder contains ~12k unlabeled faces. If someone wants go through the work of labeling these faces as smile/nonsmile and republish a greater version of this dataset, please be my guest!
10
+
11
+ <hr>
12
+
13
+ *Reupload from [original dataset](https://www.kaggle.com/datasets/chazzer/smiling-or-not-face-data/) on Kaggle*