Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
pinned: false
|
8 |
sdk_version: 4.44.0
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
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.
|