🐢Giskard
Last updated
pip install avidtoolsimport giskard as gsk
scan_report = gsk.scan(my_model, my_dataset)
# Export the report as a list of AVID reports (one per each vulnerability)
avid_reports = scan_report.to_avid()# Write the AVID reports to a JSONL file
scan_report.to_avid("avid_report.jsonl")