Skip to content

Full-stack learning project built with React, Express, and PostgreSQL. Includes user authentication and Clarifai API to detect faces in photos.

Notifications You must be signed in to change notification settings

Exist888/Face-Detector-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detector App

AI-powered face detection demo

  • Project built for the Zero To Mastery Full Stack Web Development course.
  • Securely create a user account (passwords encrypted with bcrypt).
  • Submit the URL of any image containing faces.
  • The app will detect and highlight any visible faces in the image.
  • Ready to try it out? Launch the app

Face Detector Hero Image

The app concept was provided by ZTM. I implemented the API functionality, AI integration, authentication logic, database queries, and custom CSS. I also modernized the React and Express syntax, structured the backend using routes/controllers/services, and deployed using Supabase, Fly.io, and Netlify.


Key Features & Skills

  • Security: Encrypted user passwords with bcrypt, implemented SSL check for all auth API calls
  • AI Integration: Connected to the Clarifai Face Detection API
  • Authentication: Built protected frontend routes and backend session logic

Tech Stack

React Vite Node.js Express PostgreSQL Supabase Knex.js Clarifai


Let's Connect

LinkedIn ➜ Filip Herbst

About

Full-stack learning project built with React, Express, and PostgreSQL. Includes user authentication and Clarifai API to detect faces in photos.

Topics

Resources

Stars

Watchers

Forks