File size: 2,109 Bytes
1eb278f
 
 
 
 
 
 
 
 
 
 
 
6f85c40
1eb278f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
733aade
 
 
1eb278f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
license: mit
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': ai_generated
          '1': human_created
  - name: image_name
    dtype: string
  splits:
  - name: train
    num_bytes: 831331860
    num_examples: 11998
  - name: test
    num_bytes: 102610854
    num_examples: 1500
  - name: validation
    num_bytes: 101540782
    num_examples: 1499
  download_size: 1035437916
  dataset_size: 1035483496
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
task_categories:
- image-classification
language:
- en
tags:
- images
- ai
pretty_name: Skynet Detection
size_categories:
- 10K<n<100K
---

# Description

Roughly 15k images evenly split between AI generated and human generated for the purpose of training models to detect AI generated content.
Images have been converted to numpy arrays and resized to 224x224x3 for alignment with CNN models available on Tensorflow

# Sources

The following sources were used to collect the images  

[AI vs Human](Hemg/AI-Generated-vs-Real-Images-Datasets)  
[Open Images V7](https://storage.googleapis.com/openimages/web/index.html)  
[Laion - 400M](https://laion.ai/)  

# Dataset_Info

  Features:  
  - name: image  
    dtype: numpy arrays (224x224x3)  
    
  - name: label  
    dtype: class_label
    - names:
      - '0': ai_generated
      - '1': human_created  
   
  - name: image_name  
    dtype: string  
    description: unique index for tracking image   
    
  Splits:
  
  - name: train  
    num_bytes: 831 Mb  
    num_examples: 11,998  
    
  - name: test  
    num_bytes: 102 Mb  
    num_examples: 1,500  

  - name: validation  
    num_bytes: 101 Mb  
    num_examples: 1,499  

  download_size: 1.04 Gb  
  dataset_size: 1.04 Gb  
  
Configs:  

- config_name: default  

  data_files:  
  - split: train   
    path: data/train-*  
  - split: test  
    path: data/test-*  
  - split: validation  
    path: data/validation-*