Instructional Video4:08
Curated Video

How to Use ChatGPT and Generative AI to Help Create Content - Fundaments of Using Generative AI

Higher Ed
In this video, you will learn about the basic principles of using Generative AI, including how to choose the right model for your needs and some common use cases. This clip is from the chapter "Introduction to Generative AI" of the...
Instructional Video5:10
Curated Video

Make Apps with ChatGPT and Generative AI - HTTP Request: OpenAI ChatGPT Integration

Higher Ed
In this video, you will learn how to create a flow on the Microsoft Power Automate software. You will learn about the different parameters, passing URLs. We will create a JSON text request for the body of the flow. This clip is from the...
Instructional Video12:26
Curated Video

Make Apps with ChatGPT and Generative AI - Image API DALLE Use

Higher Ed
We will work on using the Image API DALL-E and integrate it an app called SplashImages, which will create characters based on images in a photograph; we will use an HTTP trigger and an Azure Function. This clip is from the chapter...
Instructional Video10:37
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT API Linking and Workflow Creation

Higher Ed
In this video, you will learn to create a workflow. We will create buttons and actions to the button and we will set up the API, which will use the Completion API that we created in the earlier projects. This clip is from the chapter...
Instructional Video4:54
Curated Video

Make Apps with ChatGPT and Generative AI - ImageAI and OpenAI Photo Integration

Higher Ed
In this video, you will learn to integrate ImageAI and OpenAI into the TravelPlan project. It will generate images and photos based on the location provided in the TravelPlan and make the itinerary page appear more interesting. This clip...
Instructional Video6:35
Curated Video

Make Apps with ChatGPT and Generative AI - Variable-Based ChatGPT Prompt Modification

Higher Ed
After testing the script, we will edit the prompts section to correspond to the email we want to write based on the person's interest and interesting products. We will create a variable-based prompt and learn to modify it based on the...
Instructional Video3:22
Curated Video

Make Apps with ChatGPT and Generative AI - Dynamic Prompt Modification

Higher Ed
In this lesson, we will understand how to create a dynamic prompt; the prompt should be equal to whatever input the user puts into the input A. We will click on the button and type in a prompt and await the response obtained and...
Instructional Video8:20
Curated Video

Make Apps with ChatGPT and Generative AI - Bubble-ChatGPT API Connection

Higher Ed
In this video, you will learn to place a text element, an input element, and a button element. The user feeds his input in the input element and clicks on the button, the button click sends the API across, and displays the response in...
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 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 Video4:17
Curated Video

Make Apps with ChatGPT and Generative AI - Basic Power Apps Creation

Higher Ed
In this video, you will learn to create a basic Power App that is a platform that enables you to create real-life applications quickly, which is a low-code or a no-code system. This can build a business app that can improve the...
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 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 Video4:25
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Response Management

Higher Ed
Now that we have a way to sue a Python script on the API, we ran a script, which was accessed by the API, and returned a response, which is a JSON file. We will create a variable “Output” that will present the responses of our script....
Instructional Video10:00
Curated Video

Make Apps with ChatGPT and Generative AI - Python Access to OpenAI API

Higher Ed
The next stage is to create a serverless ChatGPT API, which enables us to ping OpenAI API. We will build Azure functions that will ping the API, ask questions, and show the responses on the API. We will link out Python to the OpenAI API...
Instructional Video4:48
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Packages Required to Execute Codes Error-Free

Higher Ed
This video helps you with the installation of the packages. This clip is from the chapter "Basics of Data Manipulation in Time Series" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on...
Instructional Video9:03
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Mailing Feature to Send DALL-E Generated Pictures

Higher Ed
In this lesson, you will learn to incorporate a mailing feature into the application to share the image generated by the app using links to the URL and mailing the links to the recipients of choice. This clip is from the chapter "Styling...
Instructional Video9:10
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS

Higher Ed
In this lesson, you will learn to hook up the OpenAI app, using the API key to provide access and then configuring the OpenAI API by linking it to the app to generate images. This clip is from the chapter "How to Get a DALL-E API OpenAI...
Instructional Video7:05
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Dynamically Updating Image Creation with DALL-E and OpenAI

Higher Ed
After learning how to generate images rendered through DALL-E, we will create a proper user experience where the user can type into the textbox input and generate a dynamic response. This clip is from the chapter "Rendering and Creating...
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 Video2:25
Rock 'N Learn

PT Ending Consonant Blend Song and Practice

K - 5th
This animated phonics song helps children learn the sound of the ending blend PT in English. A blend is a combination of letters where each letter makes its own sound. The sounds of the letters are blended together. Fun characters teach...
Instructional Video6:20
Curated Video

Real-World DevOps Project From Start to Finish - Ansible Roles

Higher Ed
This video demonstrates how to create and utilize roles effectively to modularize and reuse configurations across different projects. By the end of this section, you will have a solid understanding of Ansible roles and be able to...