Bump fonttools from 4.38.0 to 4.43.0 (#11)
Bumps fonttools from 4.38.0 to 4.43.0.
updated-dependencies:
- dependency-name: fonttools dependency-type: direct:production …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Easy Explain
Simplify the Explanation of AI Models
Unlock the “why” behind your AI models’ decisions with
easy-explain
, a Python package designed to democratize access to advanced XAI algorithms. By integrating state-of-the-art explanation techniques with minimal code, we make AI transparency accessible to developers and researchers alike.Requirements
Python Versions Supported
3.11
3.9
,3.10
Ensure one of these Python versions is installed on your system to use
easy-explain
.Install Environment & Dependencies
easy-explain
can be seamlessly integrated into your projects with a straightforward installation process:Installation as a Package
To incorporate
easy-explain
into your project as a dependency, execute the following command in your terminal:Features and Functionality
easy-explain
uses under the hood different packages based on the model to be used. Captum is used for classification models and it aids to comprehend how the data properties impact the model predictions or neuron activations, offering insights on how the model performs. Captum comes together with Pytorch library. There are also other algorithms supported like GradCam or customade algorithms to support other models like the LRP implementation for YoloV8.Currently,
easy-explain
specializes in specific cutting-edge XAI methodologies for images:Quick Start
To begin unraveling the intricacies of your model’s decisions, import and utilize the corresponding classes as follows:
For more information about how to begin have a look at the examples notebooks.
Examples
Explore how
easy-explain
can be applied in various scenarios:How to contribute?
easy-explain
thrives on community contributions, from feature requests and bug reports to code submissions. We encourage you to share your insights, improvements, and use cases to foster a collaborative environment for advancing XAI.Getting Involved
Submit Issues: Encounter a bug or have a feature idea? Let us know through our issues page.
Code Contributions: Interested in contributing code? Please refer to our
CONTRIBUTING
guidelines for more information on how to get started..Join us in making AI models more interpretable, transparent, and trustworthy with
easy-explain
.