inverted-index topic
CloudComputing
Projects done in the Cloud Computing course.
s_indexes
Universe-sliced indexes in C++.
IVFADC.jl
Inverted file system for billion-scale ANN search
recsys_pipeline
Build Recommender System with PyTorch + Redis + Elasticsearch + Feast + Triton + Flask. Vector Recall, DeepFM Ranking and Web Application.
infoRetrieval
Inverted Indexer, web crawler, sort, search and poster steamer written using Python for information retrieval.
Wikipedia-Search-Engine
A complete search engine experience built on top of 75 GB Wikipedia corpus with subsecond latency for searches. Results contain wiki pages ordered by TF/IDF relevance based on given search word/s. Fro...
Text-Similarity
Two-part information retrieval system: 1) Pre-process text files, generate TF-IDF matrix and inverted index. 2) Retrieve relevant documents ranked by cosine similarity for given queries.