#AI Art Detection
1 messages · Page 1 of 1 (latest)
i feel like it is quite hard to achieve good accuracy on this but u can explore some transfer learning models
I mainly need something to give an indication that an image might be AI generated. So like if it returns a score of over 90 or something for an image, it would be passed to human evaluation.
I'm looking into Hugging Face's VIT model atm.