Skip to content

Commit

Permalink
Update homework.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita0805 authored Apr 3, 2024
1 parent a350763 commit 2d760d1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions _data/homework.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
-
name: "Lab 0: Set up your Raspberry Pi"
name: "Set up your Raspberry Pi"
info: >-
This tutorial shows how to set up your laptop and Raspberry Pi 5 board to run machine learning labs in EE292D.
-
name: "Lab 1: Run a Large Language Model"
name: "Run a Large Language Model"
info: >-
This lab will show you how to run an LLM locally on your Raspberry Pi 5.
-
name: "Lab 2: Classify Images"
name: "Classify Images"
info: >-
This lab will show you how to run an image classification model on your Pi, and fine-tune it to recognize different kinds of objects.
-
name: "Lab 3: Locate People and Objects"
name: "Locate People and Objects"
info: >-
This lab will show you how to run pretrained models to spot people, analyze their poses, and locate arbitrary objects in images.
-
name: "Recognize and Generate Speech"
info: >-
This lab will show how to run an open source speech to text model on your Pi, connect it to your large language model, and speak the answers.
-
name: "Fine Tune Large Language Model"
info: >-
This lab will show you how to fine tune an LLM for a custom task and run it on your Pi.

0 comments on commit 2d760d1

Please sign in to comment.