tcsenpai commited on
Commit
d80dd05
·
1 Parent(s): 1bb3aab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+
5
+ # FapMachine Alpha
6
+
7
+ ## An experiment on training a model by feeding the network with data created by another AI
8
+
9
+ ### Description
10
+
11
+ FapMachine is an experiment, as stated above, with the goal of recognizing naked or dressed women without being feeded with any real world image. Be aware: it can be considered NSFW even if there are no NSFW images included.
12
+
13
+ ### Dataset used
14
+
15
+ 50 Images of naked women generated by Stable Diffusion (through DiffusionBee)
16
+ 50 Images of dressed women generated by Stable Diffusion (through DiffusionBee)
17
+
18
+ ### Training method
19
+
20
+ Liner.ai training with Image Classification mode
21
+
22
+ ### Type of network
23
+
24
+ EfficientNet with Early Stop, 1000 iterations
25
+
26
+ ### Result
27
+
28
+ 70% Accuracy and 0.3 loss values
29
+
30
+ ### How to test
31
+
32
+ You can clone this repository and rename 20d.png as image.png or use any image you want renaming it as image.png, then run the python file to see the prediction result
33
+
34
+ ### Disclaimer
35
+
36
+ This model is intended to show the possibility of autofeeding a network with ai generated data