Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.02 KB

Modern Information Retrieval

Code style: black

This repo contains my solutions to Modern Information Retrieval course projects. The description of each phase of the project is in MIR_PHASE# directories. Spiders for crawling ResearchGate and Semantic Scholar are located in paper_crawler/paper_crawler/spiders.

Getting started

pip install -r requirements.txt 
conda install -c numba icc_rt

Some resources