- First clone the directory by running
git clone [email protected]:AI4Science-WestlakeU/frontiers_in_AI_course.git
.
(If showing error of no permission, need to first add a new SSH key to your GitHub account.)
- Install dependencies.
-
Install PyTorch
-
Install Jupyter Lab by running
pip install jupyterlab
.
To run the notebook, first go to the directory of the local folder, then enter jupyter lab
in terminal. Then the brower will pop up a local website (typically at http://localhost:8888/
). You can then open the notebook under each folder and play! Feel free to modify the datasets, models, training, and evaluation to see how things change.