Skip to content

nuwandavek/talktopapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

talktopapers

Parsing papers is the first step. It can be done in two ways.

  1. Via commandline
# Example
python parse_paper.py --pdf-url http://export.arxiv.org/pdf/1706.03762.pdf


# Usage
usage: parse_paper.py [-h] [--arxiv-id ARXIV_ID] [--pdf-url PDF_URL]

optional arguments:
  -h, --help           show this help message and exit
  --arxiv-id ARXIV_ID  Use the arxiv id of the paper
  --pdf-url PDF_URL    URL to the pdf of the paper
  1. Interactive, in the jupyter notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published