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

  • |

    AI for drug discovery

    There are many companies that promise AI for drug discovery such as ChatGPT from OpenAI, Anthropic’s AI suite and Perplexity and there are more companies coming up too. One specific company that is unusual is that it seems to be promising much more deeper understanding of the drug discovery pathways then the others. It can…

  • Explainable AI

    A very traditional problem solving method is the following: given a set of features or variables, can we understand the features to form a conclusion. This could be something like a treatment strategy wherein the strategy is built on a series of data and then ingesting the data helps make a conclusion. However, an equally…

  • |

    Knowledge graphs

    Knowledge graph is a way of representing information where entities/nodes (people, places, products, concepts) are linked by relationships/edges (works, creates, has ). It is a semantic network that captures facts and context. There is also an ontology that defines different types of node/edges and defines what types exist and how they relate. These are used…

  • | | |

    Biotech companies

    Small Biotechs: Diagonal Tx: Clustering antibodies that mimic the action of the ligand and bypass the need for the ligand and receptor. This mutation that is created makes standard AI models not useful and so need a new method. This restores new ALK1 signaling in Hereditary Hemorrhagic Telangiectasia. It also treates LoF mutations in ALK1…

  • Error codes

    There is no error code in the answers that are provided by AI prompts. It will return an answer that is the best fit to the prompt or the question, but it does not tell you the probability that it is not correct or that it is low probability of answer. The conversational AI will…