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
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.
Advanced Face Recognition System: A Comparative Analysis
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."