-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCITATION.cff
More file actions
31 lines (31 loc) · 1.12 KB
/
Copy pathCITATION.cff
File metadata and controls
31 lines (31 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cff-version: 1.2.0
message: "If you use this project in your research, please cite it as below."
type: software
title: "Fair Code - Algorithmic Bias Detection & Mitigation"
abstract: "An open-source research project that exposes and fixes bias in
real-world AI systems across criminal justice, hiring, lending, healthcare,
and welfare eligibility. Each audit trains a biased model, measures the
fairness gap, removes protected attributes and proxy variables, and proves
the reduction with reproducible code and public datasets. Includes the Open
Dataset Profiler (CLI and client-side web tool) for auditing any tabular
dataset's demographic representation before a model is trained."
authors:
- family-names: Kewlani
given-names: Yash
alias: yakew7
website: "https://github.com/yakew7"
repository-code: "https://github.com/yakew7/Fair-Code"
url: "https://fair-code-five.vercel.app"
license: MIT
version: "1.2.0"
date-released: "2026-06-30"
keywords:
- algorithmic-fairness
- bias-detection
- machine-learning
- ai-ethics
- proxy-variables
- demographic-parity
- dataset-profiling
- compas
- python