A competition-winning platform that detects, explains, and mitigates bias in automated decision-making systems and human text using Google Gemini and deterministic statistical analysis (Disparate Impact).
- Add your Google Gemini API key to the
.envfile. - Run
npm run install:allfrom the root directory. - Run
npm run devto launch the full stack (Next.js UI on port 3000, FastAPI on port 8000).