Download Lectures from the Machine Learning Summer School 2021
- Linux (any distribution with Python3)
- curl (usually comes preinstalled with any linux distribution)
- pip
- selenium
- Google Chrome (stable version)
- Change the
cred_email
andcred_name
to fit your email and name credentials respectively
- Run the script in a terminal shell:
python mlss21-dl.py
- If you have problems loading chrome, make sure the variable
options.binary_location
points to the location of the binary of Chrome on your OS - Possibility to work on windows, if you manage to fix the binary_location to point to the location of google_chrome.exe