Skip to content

katridi/Andrew_Ng_ml_pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

downloaded via coursera-dl

$ pip install coursera-dl

$ coursera-dl -u youremail -p yourcourserapassword course_name -f "pdf" --path=here/is/path/to_folder course_name

to extract all pdfs from all folders recursively

$ find here/is/path/to_folder -iname "*.pdf" -exec mv {} here/is/path/to_folder ;

delete all empty folders

$ find here/is/path/to_folder -type d -empty -delete

Releases

No releases published

Packages

No packages published