Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.64 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.64 KB

VisionHeatmaps.jl

Stable Dev Build Status Coverage Aqua

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.