VisionHeatmaps.jl is a lightweight Julia package for visualization of input space attributions for vision models.
For more information, take a look at the documentation.
To install this package and its dependencies, open the Julia REPL and run
]add VisionHeatmaps
- 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.