Data Science Project

classroom

AI & ML interests

None defined yet.

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, this is the evaluation of Results:

It can be observed that, according to the Accuracy metric, two models meet the desired threshold of at least 85%, which are: the CNN+ELA model (85%) and the ViT model (92%).

According to the Recall metric, we set a performance threshold of at least 80%, and there are two models that meet this requirement: the CNN+ELA model (83.5%) and the ViT model (95.7%).

The following table presents the test metric results for all the models implemented in this project.

Description

After comparing the different results, it can be seen that the model with the highest performance across all metrics is the VIT model, achieving the best results according to all the criteria we set in the initial phase..