Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 843 Bytes

File metadata and controls

31 lines (16 loc) · 843 Bytes

👤 Face Smart

A full-stack web application that detects faces in images using AI-powered facial recognition. Users can register, sign in, and submit image URLs to detect faces with visual bounding boxes.

✨ Features

User Authentication: Secure registration and login system

Face Detection: Detects and highlights faces in images using Face-API

Entry Tracking: Tracks the number of images submitted by each user

Responsive UI: Clean and modern interface built with React and Tachyons CSS

🛠️ Tech Stack

Frontend

React - UI library for building interactive interfaces

Tachyons CSS - Functional CSS for styling

Backend

Express.js - Node.js web application framework

PostgreSQL - Relational database for storing user data

Knex.js - SQL query builder for database operations

Face-API - Machine learning API for face detection