Face Detector 3000
This web app uses Clarifai's APIs to detect faces (if any) and the primary colors in an image, as provided via URL by the user. It includes user account registration and sign in/out functionality, error handling for bad input, secure password and environment variable management, and more. Capstone project to Zero to Mastery's full-stack web dev course. React app with front-end classes and functional components, node.js backend, and a postgres db, all hosted on fly.io. I went above and beyond the project guide to include multi-face detection, color recognition, and user-friendly handling of malformed URLs, plus improvements to the general site design and UX.
Project information
- Category: React App
- Project date: May 2023
- Project URL: https://face-detector-3000.fly.dev/
- BE Source code: https://github.com/TheBigLou/face-detector-3000-be
- FE Source code: https://github.com/TheBigLou/face-detector-3000-fe