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 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...
Instructional Video2:58
Curated Video

ChatGPT for Teachers in Education - Crafting Effective Prompts

Higher Ed
This video helps master the art of crafting effective prompts that elicit meaningful responses from ChatGPT. This clip is from the chapter "Mastery-Intermediate - Creating Prompts for Effective Results" of the series "ChatGPT for...
Instructional Video1:34
Curated Video

ChatGPT for Teachers in Education - Review of Interface (New Look of ChatGPT Plus)

Higher Ed
This video provides a comprehensive review of the ChatGPT Plus interface, showcasing its new and improved features. This clip is from the chapter "Mastery-Intermediate - Creating Prompts for Effective Results" of the series "ChatGPT for...
Instructional Video9:00
Curated Video

ChatGPT for Teachers in Education - 20 Uses of ChatGPT

Higher Ed
This video helps you explore the first ten out of twenty use cases of ChatGPT as the author explains their practical applications and challenges students to test the rest. This clip is from the chapter "Going Deeper - Prompts and...
Instructional Video3:56
Curated Video

ChatGPT for Teachers in Education - Time Savers

Higher Ed
This video helps in discovering time-saving techniques and strategies to optimize your usage of ChatGPT in this productivity-focused video. This clip is from the chapter "Mastery-Intermediate - Creating Prompts for Effective Results" of...
Instructional Video14:44
Curated Video

ChatGPT and Prompt Engineering for Software Development - Generate Test Cases Using ChatGPT

Higher Ed
In this video, we will discover how to generate test cases using ChatGPT and how ChatGPT can help automate the process of generating test cases based on requirements and specifications. You will learn to leverage ChatGPT's capabilities...
Instructional Video20:15
Curated Video

ChatGPT and Prompt Engineering for Software Development - Document API Using ChatGPT

Higher Ed
In this video, you will learn to document APIs using ChatGPT, effectively documenting API functionalities, endpoints, request/response formats, and authentication methods. We will understand how ChatGPT can assist in generating clear and...
Instructional Video11:44
Curated Video

ChatGPT and Prompt Engineering for Software Development - Learn Docker Concepts

Higher Ed
In this video, we will gain a solid understanding of Docker concepts and the fundamental principles and components of Docker, including containerization, Docker images, and Docker containers. You will learn how Docker simplifies...
Instructional Video7:11
Curated Video

Generative AI and ChatGPT - Quickstart with Examples - Introduction and Starter Project-Completion Model

Higher Ed
In this video, we will be provided with a starter project specific to the FACTS SEARCH project, a foundation for learning and practicing the concepts covered in this section. We will gain an overview of the project's objectives and...
Instructional Video2:43
Curated Video

Generative AI and ChatGPT - Quickstart with Examples - Design the Prompt and Adjust the Settings -DALL-E Model

Higher Ed
In this video, you will learn the art of prompt design and changing settings to optimize the image generation process with the DALL-E model. We will explore techniques for crafting effective prompts that convey the desired image output...
Instructional Video2:57
Curated Video

Generative AI and ChatGPT - Quickstart with Examples - OpenAI API Configuration (Demo)

Higher Ed
This video focuses on the configuration of the OpenAI API, specifically for using the DALL-E model. We will demonstrate the necessary setup steps and configurations to communicate with the DALL-E model. This clip is from the chapter...
Instructional Video2:22
Curated Video

Generative AI and ChatGPT - Quickstart with Examples - Introduction and Starter Project-DALL-E Model

Higher Ed
In this section, we will be introduced to a starter project that serves as the foundation for learning and practicing the concepts covered in this section. We will gain an understanding of the project's objectives and familiarize...
Instructional Video4:21
Curated Video

Generative AI and ChatGPT - Quickstart with Examples - Create Completion with the Davinci Model

Higher Ed
In this video, you will learn to create completions using the Davinci model provided by the OpenAI API. We will understand the input requirements, pass prompts to the model, and process the response received from the API. This clip is...
Instructional Video4:26
Curated Video

Generative AI and ChatGPT - Quickstart with Examples - OpenAI Node.js Library: Installation and Usage 1/2

Higher Ed
In this video, we will work on installing and using the OpenAI Node.js library. You will learn to install the library and explore the basic usage of the library to interact with the OpenAI API. This video provides step-by-step...