DeepSpot

A luminous blue tunnel with digital numbers creating a futuristic, sci-fi ambiance.

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

DeepSpot2cell: for analysis of single cell data: https://www.biorxiv.org/content/10.1101/2025.09.23.678121v1

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…

  • 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…

  • 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…