Skip to content

rosewang2008/cs293_empowering_educators_via_language_technology

Repository files navigation

CS 293 / EDUC 473: Empowering Educators via Language Technology

Course Website

This repository contain the course assignments. The assignments are designed to be hosted on Google Colab because Colab minimizes the amount of setup needed to run the code and provides free acces to computing resources, including GPUs, which will be important for HW2. You may of course do the assignments without Colab---however, you will be responsible for adapting the notebooks and code accordingly.

Instructions for HW

These instructions are for setting up the assignments in Google Colab.

For HW1 ...

First, clone the repository:

git clone https://github.com/rosewang2008/cs293_empowering_educators_via_language_technology.git

Then copy this folder into your Google Drive. It should look like:

gdrive

Then you can open week1_introduction.ipynb in Google Colab from your Drive folder.

colab_hw1

For all following assignments...

For all following assignments, you can navigate to where you cloned the repository and run

git pull

The new assignments should then be pulled. You can then copy and paste the new assignments into the Google Drive folder with the other assignments.

Instructions for Project Zips

These instructions pertain to the zips under the project/ folder.

  1. Download the zip of interest.
  2. Upload it to overleaf.com by selecting New Project > Upload Project

overleaf_upload

  1. Select the zip of interest to upload

overleaf_select_zip

  1. Now you're ready to use the template! This is the interface you should see:

overleaf_example