Instructional Video5:18
Curated Video

How to Use ChatGPT and Generative AI to Help Create Content - Generating Text Content with ChatGPT

Higher Ed
In this video, you will learn how to use ChatGPT, a state-of-the-art language model, to generate high-quality text content, including articles, blog posts, and more. This clip is from the chapter "Introduction to Generative AI" of the...
Instructional Video3:08
Curated Video

Make Apps with ChatGPT and Generative AI - Postman for Serverless Function Testing

Higher Ed
Now, we will create our Postman account and sign-in to our Postman account to deploy our Azure function. We will create a new collection called APIs and create a new request with an API. We will test the API using Postman. This clip is...
Instructional Video3:03
Curated Video

Make Apps with ChatGPT and Generative AI - Adding Reply Box

Higher Ed
In this video, you will learn to create a reply box, which will read the mail received and generate a response or reply that can be used to email back the sender as a reply for the mail received from them. This clip is from the chapter...
Instructional Video5:51
Curated Video

Make Apps with ChatGPT and Generative AI - Body Modification for ChatGPT Backend

Higher Ed
After testing the functions of the backend we created in the previous lesson, we will now learn to make modifications to the body that will alter the response for the mail generated in the pane. This clip is from the chapter...
Instructional Video9:10
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Back-End Function Creation

Higher Ed
We will now create the backend for our application. We will create a button that, when clicked, reads the email and then uses the Completion API and generates a professional email, and sends the response back to the pane on the mail as a...
Instructional Video7:42
Curated Video

Make Apps with ChatGPT and Generative AI - Pasting Response in Outlook Add-In

Higher Ed
In this video, we will use the Outlook pane application we created and send the body of an email for which we require a summary of, and then generate a summary of the email and display it on the pane we created. This clip is from the...
Instructional Video10:04
Curated Video

Make Apps with ChatGPT and Generative AI - Email Body Transfer to ChatGPT

Higher Ed
After getting the Azure functions and Outlook integrated, we will now create a useful application, which will allow users to get into their email and summarize the email for us. We will send the content of the mail and receive a response...
Instructional Video9:01
Curated Video

Make Apps with ChatGPT and Generative AI - Running ChatGPT API from Outlook

Higher Ed
After the Outlook add-in is working, we will now create API calls from our Outlook add-in to the ChatGPT API that we created. We will make post-requests and edit the model, prompt, body, and temperature of the Azure code. This clip is...
Instructional Video6:37
Curated Video

Make Apps with ChatGPT and Generative AI - Office Outlook Project Creation

Higher Ed
The next step involves creating our add-in project. We will use the Yo office command to select the support to Outlook. We will check to define the parameters that will modify the behavior of the app. This clip is from the chapter...
Instructional Video5:20
Curated Video

Make Apps with ChatGPT and Generative AI - Power Apps Q&A Bot Implementation

Higher Ed
We will now link our Power Automate flow to have the ChatGPT APIs into Power App. We will create the functionality when clicking the button to execute the flow and obtain the response from the Power Automate flow. This clip is from the...
Instructional Video3:27
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI ChatGPT Integration in Power Apps

Higher Ed
We will now create an app that sends a prompt to the Power Automate, and then sends the prompt to our API that we created and then to the Davinci model of OpenAI, which then sends the response from the Azure function to the Power...
Instructional Video5:39
Curated Video

Make Apps with ChatGPT and Generative AI - Testing and Publishing Teams ChatGPT Chatbot

Higher Ed
After saving the flow with the parameters defined in the previous lesson, we will now test the flow manually and we will note the response generated by the Power Automate flow on to the Teams message window. This clip is from the chapter...
Instructional Video5:52
Curated Video

Make Apps with ChatGPT and Generative AI - Deploying OpenAI ChatGPT to Azure Functions

Higher Ed
After successfully testing and deploying our function in the local workspace, we will now test and deploy our function in the OpenAI ChatGPT to create responses for the Azure functions that we have created. This clip is from the chapter...
Instructional Video2:53
Curated Video

Make Apps with ChatGPT and Generative AI - Local OpenAI ChatGPT Testing

Higher Ed
In this video, we will test our Azure function over a local workspace for functionality. We will define the parameters for the response and then test the function by deploying it. You will learn to create a wrapper API and integrate it...
Instructional Video8:07
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI ChatGPT and Azure Functions Integration

Higher Ed
After learning to deploy an Azure function using Postman and how to deploy an OpenAI API, we will now work on integrating the two together. We will call and deploy a function and learn to format the response for better readability. This...
Instructional Video4:41
Curated Video

Plant Hormones - Tropisms & Auxins #52

9th - Higher Ed
This video covers: - The idea that plants respond to their surroundings just like animals do - But that plants use local hormones rather than a nervous system - How auxins enable plants to respond to light (phototropism) and gravity...
Instructional Video5:35
Curated Video

GCSE Biology - Homeostasis #54

9th - Higher Ed
How does your body regulate your internal conditions? How does it detect changes and respond to them? What is an automatic control system and how does it use negative feedback? Find out all this and more in less than 5 minutes!
Instructional Video8:03
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - DALL-E Create Image Implementation into Our OpenAI Application

Higher Ed
After securely generating the API key, we will create the runtime configuration and use the process environment API key we generated securely. We will hook the app with OpenAI and generate images using text. This clip is from the chapter...
Instructional Video10:15
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Generating an API Key from OpenAI and Securely Storing Env Variables

Higher Ed
This video demonstrates how to generate an API key to access DALL-E, unlock the application to make image-generating requests, and get the responses through the application program with a secure API key. This clip is from the chapter...
Instructional Video6:08
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Optimizing a React App with Loading for API Fetches to OpenAI DALL-E

Higher Ed
After getting the application up and running, we will need to make changes to the app to develop a professional app for further optimizing the user experience. You will learn to add some loading functionality to the app. This clip is...
Instructional Video4:45
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Setting API DALL-E Image Data in the Application

Higher Ed
In this video, we will first test the image we generate, and the next step is to click on the generated image and then manipulate the state to bring the URL from the DALL-E application. This clip is from the chapter "Rendering and...
Instructional Video7:42
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Async Await Calls to DALL-E OpenAI API in Next JS

Higher Ed
In this lesson, you will learn to generate an index page, which Next.js requires. We will create the functionality for the app to function. We will use the “index.tsx” file and the default home function. This clip is from the chapter...
Instructional Video5:44
Curated Video

Bitter foods SHOULD taste terrible...here's why they don't

Pre-K - Higher Ed
If disliking bitter foods evolved to keep us alive, why do we LOVE some bitter foods?
Instructional Video1:25
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Warning: OpenAI API Occasional Delay

Higher Ed
In this video, we will give you a warning about occasional delays with the OpenAI API. We will explain what these delays are and how to work around them to keep your chatbot running smoothly. This clip is from the chapter "Introduction...