TAI DQ focuses on two major themes: Data Quality (DQ) and Explainable AI (XAI). The project aims to automate workflows, reduce data processing costs, and enhance reliability.
- Implements parametric and non-parametric imputation methods to improve data usability.
- Evaluates imputation results using:
- Differential Entropy
- Canonical Relative Entropy
- Correlation-based metrics
- Incorporates Active Learning for interactive and adaptive workflows.
- Ensures process stability and reduces parameters through Knowledge Distillation.
- Enhances model interpretability with:
- SHAP (SHapley Additive exPlanations)
- Counterfactual Explanations
These methods assist in informed and transparent decision-making.
- Frontend: React, Tailwind CSS
- Backend: Django, PostgreSQL (containerized with Docker)
- Docker Desktop
- Node.js & npm (for frontend)
Run the frontend on http://localhost:5173/
:
cd frontend
npm install
npm run dev
The backend is containerized using Docker Compose. To set it up:
- Start Docker Desktop.
- Build and start the backend and database:
cd backend
docker compose up --build
If Docker is already set up, restart the backend without rebuilding:
docker compose up
- CORS Policy: Configured using a Vite proxy.
For questions or issues, raise a GitHub issue or contact the project maintainers.
Enjoy exploring TAI DQ! 🚀