Skip to content

Commit

Permalink
wednesday openai stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mnstri committed Mar 6, 2024
1 parent ab9132b commit c2b1195
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/courses/embodied-interaction/week05/index.md
Expand Up @@ -113,7 +113,7 @@ MediaPipe is the simplest option in the sense that it doesn't require any specia
Pros:

- No special hardware needed (any webcam that is able to output a 720p image will work)
- Does also much more beyond the pose tracking
- Does also much more beyond the pose tracking (face tracking, hand tracking, object tracking, image classification, image segmentation)
- Multiplatform

Cons:
Expand Down
24 changes: 22 additions & 2 deletions content/courses/embodied-interaction/week09/lesson-01/index.md
@@ -1,5 +1,5 @@
---
title: "Wed 06/03 | "
title: "Wed 06/03 | Robotics, Embodied AI"
bookCollapseSection: false
weight: 20
draft: false
Expand All @@ -9,4 +9,24 @@ draft: false
**Wednesday, March 6 2024**

*Room L208*
{{</hint>}}
{{</hint>}}

## AI Tools

### OpenAI GPT and Whisper (audio-to-text)

For TouchDesigner there are nice components created by Torin Blankensmith

{{<youtube 34s2p9gzWhs>}}

If you want to learn a little bit more in-depth how to work with the API, this tutorial goes through the process of writing the code from scratch.

{{<youtube jhEfUYOqwZs>}}

[Download examples from MyCourses.](https://mycourses.aalto.fi/mod/folder/view.php?id=1173310)

{{<hint danger>}}
Note that you will need an API key to work with the OpenAI components. You can find the key in MyCourses and you can use it during this class as long as you use it moderately. The API key will be deleted after the course. If you plan to use OpenAI in your project, come talk to Matti and we will create a separate key for you.
{{</hint>}}

---
26 changes: 26 additions & 0 deletions content/courses/embodied-interaction/week09/lesson-02.md
Expand Up @@ -11,6 +11,32 @@ draft: false
*Room L208*
{{</hint>}}

---

## Robotics and Embodied AI

So far we have been focusing on technology that somehow connects to or enhances the human body or capabilities in one way or another. But what if we look at this from the other side of the coin? What if we create bodies for digital technology?

## Robotic Art

{{<youtube ZS4Bpr2BgnE>}}

This is a series of videos

## Embodied AI

{{<youtube Qob2k_ldLuw>}}

{{<youtube Q5MKo7Idsok>}}

{{<youtube EjXcEU3Bbw>}}

## Other Resources

- [HRI (Human-Robot Interaction)](https://humanrobotinteraction.org/)

---

## Biosensors

### Pulse, oximeter, heart rate
Expand Down

0 comments on commit c2b1195

Please sign in to comment.