Responsible AI framework.
Project description
OpenRAI is a python library that is designed to help AI developers in various aspects of responsible AI development. It consists of a core API and a corresponding web-based dashboard application. OpenRAI can easily be integrated into AI development projects and measures various metrics for an AI project during each phase of AI development, from data quality assessment to model selection based on performance, fairness and robustness criteria. In addition, it provides interactive tools and visualizations to understand and explain AI models and provides a generic framework to perform various types of analysis including adversarial robustness.
Note: - The dashboard GUI is currently designed around 1920x1080 displays
Documentation
Documentation is available online: https://responsibleai.readthedocs.io/en/latest/
To Install
The project uses sqlite as storage and requires no additional installation for this.
pip install openrai
If you need to use the dashboard as well you must install the additional requirements
pip install openrai[dashboard]
To start using the library you must configure the folder where the results will be stored and be used by the dashboard
export DATABASE_FOLDER=YOUR_LOCATION
To start the dashboard server use the following command:
python3 -m RAIDashboard
Demos:
We have added a few demo projects to showcase some of the capabilities of OpenRAI. to run any of the demos please use 'python demo_filename'. For instance : python ./demos/adult_demo_grid_search.py below is a short description of the provided demos: File: adult_demo_grid_search.py Description: This demo uses the Adults dataset (https://archive.ics.uci.edu/ml/datasets/adult) to show how OpenRAI can be used in model selection File: image_class_analysis.py Description: this demo uses Cifar10 dataset and shows how openRAI can be used to evaluate image classification tasks File: image_class_training.py Description: this demo uses Cifar10 dataset and shows how openRAI can be used monitor image processing tasks during training File: tabular_class_console.py Description: this demo shows how openRAI can be used without the dashboard to calculate and report on the metrics for a machine learning task File: text.py File: text_output.py Description: these demos show how openRAI and its dashboard can be used for evaluating the natural language modeling tasks
Cisco Research, Emerging Tech and Incubations,
Cisco Systems Inc.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file openrai-0.0.6.tar.gz
.
File metadata
- Download URL: openrai-0.0.6.tar.gz
- Upload date:
- Size: 120.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.19.1 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f8861fd521d51fb2554a5d1cc7491e8c5d0b9d361c548b6999f0c59d6cdd495 |
|
MD5 | 7f55d8f9ab61f794bffb8efdbb25c941 |
|
BLAKE2b-256 | d9882a4a8c7f9711a52c1ebf8129883640c6def1de67016822f442a2b4a3c04d |