Skip to content

nairakhils/idresearch

Repository files navigation

idresearch 🔎📰

Documentation

codeastro made-with-python Documentation Status

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✨

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/nairakhils/idresearch.git

idresearch requires additional direct dependencies to work.

  1. Install the dependencies before installing idsearch (https://spacy.io/models/en#en_core_web_md).
python -m spacy download en_core_web_md
  1. After installing the en_core_web_md spacy model...

cd to the directory containing setup.py

python setup.py install

Documentation Links

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages