FraudGuard AI is a machine learning-based web application developed to detect suspicious and fraudulent transactions. The system uses a trained ML model along with rule-based checks to classify ...
Abstract: The Flask AI-Integrated College Event Management System is a web-based application aimed at managing and creating a digital format for organizing events within the college environment. The ...
apps/ ├── api/ NestJS REST API (port 3000) ├── conduit/ Angular SPA (port 4200) └── conduit-e2e/ Cypress E2E tests libs/ ├── article/ Article domain (CRUD, comments, favorites, tags) │ ├── ...