1: GitHub and Hugging Face Sign-up

GitHub Sign-up

  1. Open the GitHub website: https://github.com
  2. Click on "Sign up" in the upper right corner.
  3. GitHub Sign-up Page
  4. Enter your university email address.
  5. Create a password and choose a username.
  6. Follow the prompts to create your personal account.
  7. During sign up, you'll be asked to verify your email address. Without a verified email address, you won't be able to complete some basic GitHub tasks, such as creating a repository.

Hugging Face Sign-up with GitHub Account

  1. Visit the Hugging Face website: https://huggingface.co
  2. Click on "Sign up" in the upper right corner.
  3. On the sign-up page, you'll see a form with the following fields:
  4. Click on the "Next" button.
  5. Complete your account. You can also connect the account with GitHub by entering your GitHub username.
  6. Hugging Face Sign-up Page
  7. After completing the sign-up process, you can log in to Hugging Face using your email address and password.

2. How to Create a GitHub Repository

Create a New Repository on GitHub

  1. Log in to your GitHub account.
  2. Click the '+' icon in the top right corner of the page.
  3. GitHub Repository
  4. Select "New repository" from the dropdown menu.
  5. Fill in the repository name.
  6. (Optional) Add a description for your repository.
  7. Choose whether the repository should be public or private.
  8. (Optional) Select "Initialize this repository with a README" (here you can explain what this repository is about).
  9. Click "Create repository".

Import Colab Notebooks into your GitHub Repository

  1. In Colab, go to File > Save a copy in GitHub.
  2. If you haven't connected your GitHub account, you'll be prompted to do so.
  3. Choose the repository and file path where you want to save the notebook.
  4. Add a commit message and click "OK".

3. How to Add Collaborators to Your Repository

  1. Navigate to the main page of the repository on GitHub.
  2. Under your repository name, select Settings. If the "Settings" tab isn't visible, select Settings from the dropdown menu.
  3. In the sidebar under the "Access" section, select Collaborators.
  4. Click Add people.
  5. In the search field, start typing the name of the person you want to invite, then click their name in the list of matches.
  6. Click Add NAME to REPOSITORY.
  7. The user will receive an email inviting them to the repository. Once they accept the invitation, they will have collaborator access to your repository.

4. How to Create a HuggingFace Token

  1. Log in to your Hugging Face account.
  2. Click on your profile name in the upper right corner and select "Settings".
  3. Choose "Access Tokens" from the left menu.
  4. Hugging Face Token Page
  5. Click on "Create new token".
  6. Enter a name for your token and select the desired permissions.
  7. Click on "Create".
  8. Copy the generated token and store it securely. It will only be shown once.