Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 312 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 312 Bytes

Information-Retrieval-System

An Information retrieval system coded from scratch in Python. The system performs ranked retrieval for a query based on the cosine similarity score between the query and documents. The sample dataset used is synthetic and simple for example purposes and can be found in the repo.