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

  • |

    Reinforcement learning

    Reinforcement learning is a method that drives learning and memory in primitive species such as birds, humans and other living species to its use in machine learning. It is used to influence the behavior of us humans on social media to its use to train machines. The essential components were initiated by BF Skinner 20th…

  • Language of Graphics

    Key IDEA: Chart types are great shortcuts but graphics are really sophisticated visual structures GoFish language for python using the Gestalt grouping principle. It can make graphics or chart that can display the messages that are intentional. .mark() – what shape to draw at each postion and what channels to encode part to whole relationships…

  • |

    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…

  • Observability

    Observability is important for AI and AI tools. It is the ability to monitor them for token usage, response quality and model drift. Typically, an AI system is monitored through logs, traces and metrics but an AI system on AI agent may need other metrics. Troubleshooting a complex AI system that produces its output probabilistically…

  • |

    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…

  • Judging art

    Art especially with pencil and paper is the culmination of human esthetic and often times is dependent on the eye of the beholder. Some artwork that is meaningful to one person is not so understandable or sometimes even ugly to the other person. So how do you judge art. There are several ways to do…