sailist / Awesome-Paper-List-py

This repository collects the list of accepted paper from (currently only deep learning) top conferences. All lists are crawled by python scripts for later maintenance and analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-Paper-List

This repository collects the list of accepted paper from (currently only deep learning) conferences. All lists are crawled by python scripts for later maintenance and analysis. Welcome to contribute.

Conference collections

Including IJCAI, ECCV, ACCV, NIPS, ACMMM, WACV, ICML, CVPR, AAAI, ICCV, ACL, BMVC. See DETAILS.md for details.

Find related work

A simple script are provided under focus/ folder, which can use multiple regular experssions to filter papers you may be interested:

cd focus
# edit match_lis
python filter.py
# a xlsx file will be generated.

Download pdf files

You can run the following script to download papers from all supported conferences:

git clone --depth=1 https://github.com/sailist/Awosome-Paper-List-py
cd Awosome-Paper-List-py/scripts/crawl
bash scripts/bash.sh

or execute each python file to crawl and download papers for each conference:

cd Awosome-Paper-List-py/scripts/crawl
python cvpr.py

In addition, compressed and uncompressed versions can also be downloaded from Baidu Cloud

you can also download zip version::kfnd or uncompressed version::3mm9 from baidupan.

Downloaded pdfs are uploaded via bypy, and the corresponding scripts are pdfs/sync-zip-bypy.py and pdfs/sync-bypy.py

Reference

Other Tools

About

This repository collects the list of accepted paper from (currently only deep learning) top conferences. All lists are crawled by python scripts for later maintenance and analysis.

License:GNU General Public License v3.0


Languages

Language:HTML 85.8%Language:Python 14.0%Language:Shell 0.1%Language:Batchfile 0.1%