litav commited on
Commit
881fd77
·
verified ·
1 Parent(s): c0ff0f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,11 +1,15 @@
1
  ---
2
  title: README
3
- emoji: 📚
4
- colorFrom: green
5
- colorTo: red
6
  sdk: gradio
7
  pinned: false
8
  sdk_version: 4.44.0
9
  ---
10
 
11
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 💻
4
+ colorFrom: gray
5
+ colorTo: blue
6
  sdk: gradio
7
  pinned: false
8
  sdk_version: 4.44.0
9
  ---
10
 
11
+ Our project aims to develop an image classification system capable of distinguishing between paintings created by humans and those generated by artificial intelligence.
12
+ 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.
13
+ For this project, we utilized several models, including CNN, ELA, RESNET50, and VIT.
14
+ After building and running these models and evaluating their prediction results, the VIT model achieved the highest score.
15
+ Therefore, we selected it to effectively classify and differentiate the images.