🎯 TrueShot
Image validator API using face-api.js and TensorFlow.js.
JavaScript face-api.js TensorFlow.js
ℹ️ Backend API — no live demo (auth routes need wiring first)
What it does
Express.js REST API backend that validates images using face-api.js and TensorFlow.js for face detection. Implements JWT-based auth (register, login, forgot-password with reset token), MongoDB via Mongoose, helmet/hpp security middleware, and file upload handling; auth routes are currently commented out in server.js.