Free to Use AI Face Recognition (O_O)
-
Updated
Jan 26, 2026 - Python
Free to Use AI Face Recognition (O_O)
Application of ML by training a model of facial recognition and then validating the model into testing and saving.
Generate Text and Image Embeddings
Advanced Face Recognition System: A Comparative Analysis
Real-time face recognition system using OpenCV for detection, imgbeddings for 512-D vector extraction, and Aiven PostgreSQL (pgvector) for scalable embedding storage and similarity matching.
A minimal face-search pipeline by Taha Ali. It detects faces from a source image with OpenCV, saves the crops, embeds each face using CLIP (via imgbeddings), and stores vectors in PostgreSQL with pgvector. A second script takes a new image, computes its embedding, and finds the most similar stored face using vector distance.
Add a description, image, and links to the imgbeddings topic page so that developers can more easily learn about it.
To associate your repository with the imgbeddings topic, visit your repo's landing page and select "manage topics."