JJuOn / paper-crawler

Crawler for annual (biennial) AI conference papers
8 stars 1 forks source link

About the keyword #2

Closed YouTheApple closed 1 year ago

YouTheApple commented 1 year ago

Hello, what should I set for keywords such as NeurIPS2022?

JJuOn commented 1 year ago

Hi, if you want to search for papers with the keyword "deep" in NeurIPS 2022, type the command as below:

python main.py -c neurips -y 2022 -k deep

We also support for searching with multiple keywords like:

python main.py -c neurips -y 2022 -k deep neural

The above command searches papers which contain the keyword "deep" or "neural" in their title.