Spaces:
Runtime error
Runtime error
File size: 784 Bytes
ef8505d 881fd77 ef8505d c0ff0f6 ef8505d 881fd77 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
title: README
emoji: 💻
colorFrom: gray
colorTo: blue
sdk: gradio
pinned: false
sdk_version: 4.44.0
---
Our project aims to develop an image classification system capable of distinguishing between paintings created by humans and those generated by artificial intelligence.
By leveraging a combination of classification techniques and machine learning, we aim to create a model that can accurately classify different types of images and detect the critical differences between works of art.
For this project, we utilized several models, including CNN, ELA, RESNET50, and VIT.
After building and running these models and evaluating their prediction results, the VIT model achieved the highest score.
Therefore, we selected it to effectively classify and differentiate the images. |