idresearch is a package aimed to help researchers identify relevant papers and see the development trend in that particular subfield. The package will provide a list of recommended papers and their abstracts. Additionally, it also allows the user to summarize the abstract, find common keywords from the abstract and save the recommended papers in csv format.
- Semantic Scholar API for paper recommendations
- spacy models for Natural Lanugage Processing
- ✨Allows query from websites like arxiv, semantic scholar, biorxiv✨
- Clone the repository to your local machine.
git clone https://github.com/nairakhils/idresearch.git
idresearch requires additional direct dependencies to work.
- Install the dependencies before installing idsearch (https://spacy.io/models/en#en_core_web_md).
python -m spacy download en_core_web_md
- After installing the en_core_web_md spacy model...
cd to the directory containing setup.py
python setup.py install
Documentation: Docs
Look into the 'Tutorials' folder to get a quick rundown on using idresearch!
PDF file reader and article result comparison script is under development