FDT/ ├── app/ # Admin backend (FastAPI) │ ├── main.py # Admin dashboard server │ ├── scoring.py # ML ensemble scoring │ ├── fraud_reasons.py # Explainability engine │ ├── feature_engine.py # Feature ...
A modern full-stack Multi-tenant application template featuring a FastAPI backend with Clean Architecture, React frontend with TypeScript, and comprehensive tooling for development and deployment.