Aug 18 - 24, 2024
3 bookmarks
-
CSS Scroll Snap Points with navigation (next, previous) buttons
stackoverflow.com
I am building a carousel, very minimalist, using CSS snap points. It is important for me to have CSS only options, but I'm fine with enhancing a bit with javascript (no framework). I am trying to ...
-
Postgres As A Vector Database: Billion-Scale Vector Similarity Search With pgvector
youtube.com
In this video, we explore the powerful capabilities of PostgreSQL as a vector database for handling billion-scale vector similarity searches with approximate nearest neighbor using the pgvector extension. We dive into the integration of deep learning with databases by leveraging the DeepFace library in Python, specifically utilizing the FaceNet model to convert facial images into vector embeddings. Watch as we demonstrate step-by-step how to set up and use pgvector to efficiently store and query large volumes of high-dimensional vector data. Learn about the practical applications of this technology in facial recognition systems and other domains that require fast and accurate similarity searches. We provide a detailed walkthrough of the setup process for pgvector, showcasing a real-world example of performing billion-scale vector similarity searches. Additionally, we discuss performance benchmarks and offer optimization tips for handling large datasets. Tutorial: https://sefiks.com/2024/07/05/postgres-as-a-vector-database-billion-scale-vector-similarity-search-with-pgvector/ Please Subscribe! That's what keeps me going ► https://bit.ly/40NfIS7 Want more? Connect with me here: Blog: https://sefiks.com/ Twitter: https://twitter.com/serengil Instagram: https://www.instagram.com/serengil Facebook: https://www.facebook.com/sefikscom Linkedin: https://www.linkedin.com/in/serengil/ If you do like my videos, you can support my effort with your financial contributions on - Patreon: https://www.patreon.com/serengil?source=youtube - GitHub Sponsors: https://github.com/sponsors/serengil - Buy Me a Coffee: https://buymeacoffee.com/serengil
-
3 Different Similarity and Distance Metrics in DeepFace
youtube.com
This video explores different distance and similarity metrics available in the DeepFace package for Python, which is a facial recognition library. It covers ...