umm-maybe commited on
Commit
f1b17f2
·
1 Parent(s): 982d84d

Update README.md

Browse files

This app is a proof-of-concept demonstration of using a ViT model to predict whether an artistic image was generated using AI.

It was created in October 2022, and as such, the training data did not include any samples generated by Midjourney 5, SDXL, or DALLE-3. It may nonetheless be able to correctly identify samples from these more recent models due to being trained on outputs of their predecessors.

Furthermore the intended scope of this tool is artistic images; that is to say, it is not a deepfake photo detector, and general computer imagery (webcams, screenshots, etc.) may throw it off.

In general, this tool can only serve as one of many potential indicators that an image was AI-generated. Images scoring as very probably artificial (e.g. 90% or higher) could be referred to a human expert for further investigation, if needed.

For more information please see the blog post describing this project at:
https://medium.com/@matthewmaybe/can-an-ai-learn-to-identify-ai-art-545d9d6af226

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -14,6 +14,7 @@ widget:
14
  example_title: Palace
15
  co2_eq_emissions:
16
  emissions: 7.940487247386902
 
17
  ---
18
 
19
  # Model Trained Using AutoTrain
 
14
  example_title: Palace
15
  co2_eq_emissions:
16
  emissions: 7.940487247386902
17
+ license: cc-by-4.0
18
  ---
19
 
20
  # Model Trained Using AutoTrain