Image recognition with Python, OpenCV, OpenAI CLIP and pgvector

Опубликовано: 04 Октябрь 2024
на канале: Aiven
1,404
39

In this video you’ll learn how to build an offline face recognition pipeline to find faces on top of complex pictures. The full written explanation is available in the dedicated article

The pipeline will use:
Python and OpenCV to detect faces within complex pictures
Python and an OpenAI CLIP model to calculate the face embeddings
PostgreSQL and the pgvector extension to store the embeddings and calculate distance across them

Check out these resources to learn more:
Step by step article: https://aiven.io/developer/find-faces...
Pgvector blog post announcement: https://aiven.io/blog/aiven-for-postg...
OpenCV GitHub Repository: https://github.com/opencv/opencv/tree...
OpenAI CLIP model: https://aiven.io/developer/find-faces...
PGVector: https://github.com/pgvector/pgvector

CHAPTERS
01:04 What are embeddings?
02:40 Embeddings in images
03:15 The face recognition pipeline steps
04:45 Prepare the PostgreSQL database
06:20 Create the face recognition pipeline
07:22 Detect faces with OpenCV
09:08 Calculate embeddings with imgembeddings and OpenAI CLIP model
10:48 Calculate image similarity using pgvector distance
11:46 Summary

Follow Francesco Tisiot on social media:
Twitter:   / ftisiot  
LinkedIn:   / francescotisiot  

ABOUT AIVEN
Aiven’s cloud data platform helps your business reach its highest potential by making your data work for you.

It provides fully managed open source data infrastructure on all major clouds, helping developers focus on what they do best: innovate and create without worrying about the limitations of technology.

We like to think that Aiven is not only a cloud data platform but also an
extension of your team. We are dedicated to helping you to succeed by removing barriers and finding the right solutions – with the help of the best data technology there is.

Sign up for a free Aiven account: https://go.aiven.io/youtube-signup

CONNECT WITH US
Website: http://aiven.io​​​
LinkedIn:   / aiven​​​  
GitHub: https://github.com/aiven​​​
Twitter:   / aiven_io​​​  

#imagerecognition #python #pythonprogramming #openai #opencv #opencvpython #postgresql #pgvector