You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project builds a semantic search engine specifically designed for video content. It utilizes SBERT, to understand the meaning behind user queries and videos. This allows users to search for specific information within videos, skipping irrelevant parts and saving them valuable time.
This project uses Python, Hugging Face (sentence-transformers), Milvus + Docker (container running Vector DB) to create a vector database, populate it with details of many people (names, ages, salaries, addresses and their introductions) and enable searching and querying on the database contents using Cosine-Similarity distances on IVF Flat index.