responsible-ai-widgets/responsibleai_vision
Gaurav Gupta a307b8db4e
Remove pins of flake8 linter packages (#2328)
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
2023-09-09 04:37:25 +00:00
..
responsibleai_vision Remove pins of flake8 linter packages (#2328) 2023-09-09 04:37:25 +00:00
tests Test case for EA-OD flow (#2322) 2023-09-07 10:22:14 -04:00
README.md add responsibleai-vision package to responsible-ai-toolbox (#2135) 2023-06-26 17:09:00 -04:00
requirements-automl.txt add responsibleai-vision package to responsible-ai-toolbox (#2135) 2023-06-26 17:09:00 -04:00
requirements-dev.txt fix CI errors due to new mlflow and pydantic dependencies (#2259) 2023-08-21 09:02:36 -04:00
requirements.txt update responsibleai-text and responsibleai-vision packages to responsibleai 0.30.0 (#2300) 2023-09-05 10:08:06 -04:00
setup.py add responsibleai-vision package to responsible-ai-toolbox (#2135) 2023-06-26 17:09:00 -04:00

README.md

Responsible AI Vision SDK for Python

This package has been tested with Python 3.6, 3.7, 3.8 and 3.9

The Responsible AI Vision SDK enables users to analyze their machine learning models for computer vision in one API. Users will be able to analyze errors, explain the most important features, and understand their data using a single API.

Highlights of the package include:

  • explainer.add() explains the model

Supported scenarios, models and datasets

The Responsible AI Vision SDK supports multiclass classification models on image data currently.

The open source code for the visualization dashboard can be found here: https://github.com/microsoft/responsible-ai-widgets