Art-VIT

This project is a from-scratch implementation of a Vision Transformer model. In its current state, the ViT classifies paintings between Roccoco and Expressionalism art styles. The model has not been trained yet to its fullest capability due to limited computational resources avaialble at the moment.

Further plan of action is as follows:

  • to use a pre-trained ViT model from pytorch models and observe how well it performs.
  • run the same classification task on pretrained CNN models and compare results.

Github