Skip to content

Julia-XAI/VisionHeatmaps.jl

Repository files navigation

VisionHeatmaps.jl

Stable Dev Build Status Coverage Aqua

VisionHeatmaps.jl is a lightweight Julia package for visualization of input space attributions for vision models.

image of saxophone heatmap of saxophone

For more information, take a look at the documentation.

Installation

To install this package and its dependencies, open the Julia REPL and run

]add VisionHeatmaps

Related packages

  • TextHeatmaps.jl: Sibling package for visualization of sentiment analysis and input space attributions of NLP models.
  • Julia-XAI: VisionHeatmaps.jl was designed to visualize explanations from the Julia-XAI ecosystem and provides methods for the interface defined by XAIBase.jl.