inverted-index topic

List inverted-index repositories

CloudComputing

19
Stars
9
Forks
Watchers

Projects done in the Cloud Computing course.

s_indexes

17
Stars
1
Forks
Watchers

Universe-sliced indexes in C++.

recsys_pipeline

33
Stars
7
Forks
Watchers

Build Recommender System with PyTorch + Redis + Elasticsearch + Feast + Triton + Flask. Vector Recall, DeepFM Ranking and Web Application.

infoRetrieval

20
Stars
16
Forks
Watchers

Inverted Indexer, web crawler, sort, search and poster steamer written using Python for information retrieval.

Wikipedia-Search-Engine

16
Stars
8
Forks
Watchers

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

21
Stars
0
Forks
Watchers

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.