Skip to content

ADT2812/VERDIQT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome page image Audit image Foresnsic audit history image

VERDIQT β€” Forensic AI Bias Auditing Platform

Verdict + IQ + Equity β€” Because every AI decision deserves a fair trial.

VERDIQT Firebase License


πŸ” What is VERDIQT?

VERDIQT is a Gemini-powered forensic AI bias auditing platform that goes beyond detecting bias. It traces exactly WHERE in the ML pipeline bias was born, WHO it harms in human terms, and HOW to fix it β€” with a regulator-ready audit report.

Built for the Google Solution Challenge 2026 β€” Build with AI Hackathon.


🚨 The Problem

Computer programs now make life-changing decisions β€” who gets a loan, a job, or medical care. When these systems learn from flawed historical data, they silently repeat and amplify the same discriminatory patterns, harming real people without anyone noticing.

77% of AI systems deployed today have never been audited for bias.


βœ… The Solution

VERDIQT gives organizations a full Bias Autopsy in under 60 seconds:

Feature Description
πŸ”’ VERDIQT Score 0-100 fairness rating β€” like a credit score for your AI
πŸ”¬ Forensic Bias Tracer Traces bias across all 4 ML pipeline stages
πŸ‘€ Human Impact Story Real story of the person your model is failing
πŸ”„ What-If Fix Simulator Test fixes before applying them
πŸ“„ Audit Report Regulator-ready PDF with compliance references
πŸ’š Empathy Mode Explains rejection to affected person in plain language

🌟 Unique Features

1. Forensic Bias Tracer

No other tool does this. VERDIQT traces how bias traveled and amplified through all 4 pipeline stages: Data Collection β†’ Data Labeling β†’ Feature Selection β†’ Model Training Each stage shows contamination %, forensic evidence, and a plain-English analogy.

2. Human Impact Story

Gemini generates a realistic story of a fictional person from the affected group who would be wrongly rejected. Ends with:

"This is who your model is failing."

3. Empathy Mode

Explains to an affected person β€” in plain language β€” why the AI rejected them unfairly, what their rights are, and what action they can take.


πŸ—οΈ Tech Stack

Layer Technology
Frontend React + TypeScript + Tailwind CSS
AI Engine Google Gemini 1.5 Flash API
Cloud Deployment Google Firebase Hosting
Dataset UCI ML Repository β€” Loan Prediction Dataset
Build Tool Vite

πŸš€ Getting Started

Prerequisites

Installation

# Clone the repository
git clone https://github.com/yourusername/verdiqt.git
cd verdiqt

# Install dependencies
npm install

# Create environment file
cp .env.example .env

Add your Gemini API key to .env: VITE_GEMINI_API_KEY=your_gemini_api_key_here

# Run locally
npm run dev

Open http://localhost:5173


☁️ Cloud Deployment

# Build the project
npm run build

# Install Firebase CLI
npm install -g firebase-tools

# Login and deploy
firebase login
firebase init hosting
firebase deploy

Live at: https://verdiqt.web.app


πŸ“Š Real Dataset

VERDIQT uses the UCI Loan Prediction Dataset (614 records) for demo:

Group Approval Rate
Male 69%
Female 61%
Graduate 70%
Not Graduate 58%
Urban 76%
Rural 61%

Source: UCI ML Repository


πŸ“‹ Compliance References

  • EU AI Act β€” Article 10 (Data Governance)
  • India Digital Personal Data Protection Act 2023
  • IEEE 7003 β€” Algorithmic Bias Considerations

πŸ—ΊοΈ Roadmap

  • Real CSV file upload with auto column detection
  • Support for Hiring, Medical, Education domains
  • Direct ML model file upload (.pkl, .h5)
  • Continuous weekly monitoring dashboard
  • VERDIQT Certification Badge for compliant organizations
  • Mobile app for compliance officers

πŸ‘₯ Team

Built with ❀️ for Google Solution Challenge 2026

Role Name
Team Lead Aditi J N
Team members Gayathri, Amrutha, Basil

πŸ“„ License

MIT License β€” see LICENSE for details.


"VERDIQT doesn't just tell you your AI is biased β€” it tells you exactly where bias was born, who it is harming right now, and gives you a fix you can apply today."

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/6301edcf-28fa-4d5b-abbe-9d1d42d316c5

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev

About

Forensic AI Bias Auditor

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors