Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:51 +08:00
commit d03c452fed
11 changed files with 404 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for ai-ethics-validator skill
- [ ] validate_model.py: Script to validate the ethics of an AI/ML model given a model file or API endpoint.
- [ ] validate_dataset.py: Script to validate the ethics of a dataset given a dataset file or API endpoint.
- [ ] generate_report.py: Script to generate a detailed ethics validation report in markdown or JSON format.