Navigation Menu

Skip to content

Raychiu123/Web-Crawler-for-Machine-Learning-Conference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Crawler-of-Top-Conferences-for-Machine-Learning

Tutorial about web crawler is on:


Fetch some keywords and save the title of paper into excel from ICRL and NeurIPS.

  • NeurIPS doesn't use javascript in their website(easier to scrape).
  • ICLR uses javasript to generate the post content, so we need to use webdriver to help us get dynamically pages.
  • Just need to change the 'keywords' in code, and will get the information you want.

The result:

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published