Programming an AI-Powered App

Lessons

1. Introduction

3:52

2. OpenAI's Chat Completion API

6:29

3. Analyze Text Feature

7:37

4. Tokenize a String

5:47

5. Transcribe Audio with Deepgram’s Speech-to-Text API

8:33

6. Analyze Audio Feature

3:36

7. Introduction to LangChain

7:03

8. Analyze Image Feature

4:49

9. Langchain and Replicate

3:57

Transcribe Audio with Deepgram’s Speech-to-Text API

In a previous lesson, we learned how to use the OpenAI Chat Completion API to answer questions about text content that we sent to it in a Chat Completion request. But what if we want to use AI to analyze a different kind of content, such as audio or even images? We’ll have to get creative… we may even have to use a different AI tool to help us!

In the next two lessons, we’ll build a feature that allows u