MoonBirdLin / resp

Fetch Academic Research Papers from different sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESP : Research Papers Search

Fetch Academic Research Papers from different sources including Google Scholar, ACL, ACM, PMLR etc based on keywords or title

License GitHub commit PRs Welcome Open All Collab

๐ŸŽฎ Features

  • Fetch all citations of a single paper from Google Scholar
  • Fetch all related papers of a single paper from Google Scholar
  • Fetch all connected papers from connectedpapers.com (it doesn't use a citation tree, it uses similarity to build graphs)
  • Fetch relevant papers based on keywords from different sources including ACL, ACM, PMLR etc

๐Ÿค– Setup

git clone https://github.com/monk1337/resp
cd resp 
pip install -r requirements.txt && pip install -e .

Fetching Papers from :

Conference Name
Google Scholar โœ…
Acl โœ…
Pmlr โœ…
Arxiv โœ…
Semantic Scholar โœ…
NeurIPS โœ…
IJCAI โœ…
openreview โœ…
thecvf โœ…

If you find this repository useful, please cite our project:


@misc{Resp2021,
  title = {RESP : Research Papers Search},
  author = {Pal, Ankit},
  year = {2021},
  howpublished = {\url{https://github.com/monk1337/resp}},
  note = {Fetch Academic Research Papers from different sources including Google Scholar, ACL, ACM, PMLR etc based on keywords or title}
}

I'm constantly working on new projects, and I'm excited to continue adding to my collection. If you'd like to support my work and help fuel my passion, consider buying me a coffee :)


Star History Chart

About

Fetch Academic Research Papers from different sources

License:Apache License 2.0


Languages

Language:Python 100.0%