Tools for critique of art – open source

Good publication to review material:

CognArtive: Large Language Models for Automating Art Analysis and Decoding Aesthetic Elements at https://arxiv.org/html/2502.04353v1

And the wonderful visualization to analyze the data over the years that was derived from WikiArt.

https://cognartive.github.io

Autocritic: an open-source system that uses classic art theory to evaluate images and steer generative systems. It distills historical works by Wölfflin, Kandinsky, Arnheim, Klee, and others into structured “critic cards” that teach an LLM how to see through each theorist’s lens.

https://github.com/mccoyspace/autocritic

Art analyzer:

This is an app that uses GPT vision to provide the critique. Users can upload an imagen and get a critique. More LLM based

https://github.com/ericblue/art-analyzer

Art Critique and Creation tool

https://github.com/SamaMostafa03/Art-Critique-and-Creation-Tool

It has a critque mode which Analyzes an artist’s work and provides a critique of various elements, such as color palettes, composition, texture, and style, which can help artists improve or refine their works

Older one : MLArt-critc

This is based on traditional ML learning methods on a Microsoft framework in 2018 and 2019 with a movie to make it easy to implement: https://www.youtube.com/watch?v=-C8bm5kGDTI

https://github.com/CrazyRobMiles/MLArt-Critic

Similar Posts

  • Text from Image

    Starting with a base image, it is possible to generate a description. An AI (Qwen-3-VL) simple description : This is a simple, hand-drawn black-and-white sketch of a person’s upper body. Here’s a breakdown of the key elements: Hair: Long, flowing hair depicted with two smooth, curved lines extending from the top of the head down…

  • |

    Open source protein models

    A company called Profluent (profluent.bio) has been developing protein models that can be used for designing new proteins (https://www.nature.com/articles/s41587-022-01618-2), modeling of new CRISPR-Cas sequences (https://www.nature.com/articles/s41586-025-09298-z) and developing LLM for protein generation (https://www.biorxiv.org/content/10.1101/2025.11.12.688125v1.article-info). What is amazing is that they have open sourced all their models and Profluent-E1 is available in GitHub to download and use. (https://github.com/Profluent-AI/E1)…

  • DeepSpot

    Kalin Klonchev – the winner of a competition for AI based data analysis from Broad in 2024 had also created a tool called DeepSpot. Worth looking at for spot analysis of H&E sections by converting a full H&E slide pictures to “spots” which are analyzed. Some good links: DeepSpot paper: https://www.medrxiv.org/content/10.1101/2025.02.09.25321567v1 DeepSpot GitHub repository: https://github.com/ratschlab/DeepSpot…

  • LoRa in AI image generators

    This stands for Low Rank adaptation. In AI terms, this is a small add-on to the model that makes it do specific things. It is usually used in the context of stable diffusion. A large model takes very long to train with significant resources. However, sometimes, you need specific details – for example you could…

  • |

    Virtual cell

    Hani Goodrazi – Arc institute has been working on virtual cell. Drugs fail due to overfit experimental models, You need screen drugs with better models of human biology. Geneva is platfrom that brings tumor models into perturbation model – that is a transcriptomics assay that deconvolves into effect. Take multiple cell line and then treat…