Instructional Video3:05
Curated Video

Make Apps with ChatGPT and Generative AI - Azure Function Resource Creation

Higher Ed
After learning how to create the Azure account and creating one, we will now create our first Azure function resource. We will click on the create tab and provide details required to create the Azure Function. This clip is from the...
Instructional Video8:38
Curated Video

Make Apps with ChatGPT and Generative AI - Azure Account Creation

Higher Ed
The next step in the prework process is that we will set up an Azure account, which we will need to use Azure Functions and which will allow us to execute code without a server. We will need to connect to a server to get the...
Instructional Video2:55
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI API Account Sign-Up

Higher Ed
This video demonstrates how to create an OpenAI API account and provide prompts to models like Davinci and ADA, which are prompt-response-based application models. We will create an API key. This clip is from the chapter "Prework" of the...
Instructional Video2:22
Curated Video

Make Apps with ChatGPT and Generative AI - Temperature Control

Higher Ed
Here, we will understand about a parameter of ChatGPT, temperature, which is a value anywhere from 0 to 1. The higher the value, more is the risk taken by the model and a lower value means the answer is a confident one. This clip is from...
Instructional Video6:14
Curated Video

Make Apps with ChatGPT and Generative AI - Optimizing Prompts

Higher Ed
In this video, we will understand the other key concepts of ChatGPT before we begin creating models. You will learn about prompts, tokens, and temperature and understand them in detail. This clip is from the chapter "What Are OpenAI and...
Instructional Video2:58
Curated Video

Make Apps with ChatGPT and Generative AI - GPT3 Davinci: Capabilities

Higher Ed
This video demonstrates the Davinci model and explains to us the capabilities of the Davinci model and what things it can do. You will learn about its classification and categorization abilities, content generation, conversation, and...
Instructional Video4:17
Curated Video

Make Apps with ChatGPT and Generative AI - GPT3 Models: Pros and Cons

Higher Ed
In this lesson, we will explore the different GPT-3 models available, understand their features and capabilities, and also the advantages and disadvantages of the Davinci, Curie, Babbage, and Ada models. How to select the model of choice...
Instructional Video5:17
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI

Higher Ed
This video discusses about the San Franciscan AI deployment company, OpenAI. We will understand the mission of the company, what it delivers, and what cutting edge technology it is coming up with. We will understand the different models...
Instructional Video8:57
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT for Problem Solving

Higher Ed
In this video, we will understand how ChatGPT helps provide problem-solving solutions and explains how the concept works. We will understand the basics, how it fits into OpenAI, what the different models are, pros and cons, and how to...
Instructional Video2:12
Curated Video

Make Apps with ChatGPT and Generative AI - Keys to Success: ChatGPT App Development

Higher Ed
This video by the instructor provides tips and tricks on how to complete the course successfully and make the best use of the learning process and the application development concepts. This clip is from the chapter "Introduction and...
Instructional Video1:59
Curated Video

Make Apps with ChatGPT and Generative AI - Instructor Overview

Higher Ed
This video is an introduction to the instructor, Henry Habib, and outlines his experience, qualifications, and his journey in the online training portals. This clip is from the chapter "Introduction and Context" of the series "Make Apps...
Instructional Video7:28
Curated Video

Make Apps with ChatGPT and Generative AI - Tech Stack: ChatGPT Apps

Higher Ed
In this video, we will understand how ChatGPT works and creates applications or solutions theoretically, including the frontend, the backend, a wrapper API, the OpenAI API, and the GPT-3 Model. This clip is from the chapter "Introduction...
Instructional Video2:03
Curated Video

Make Apps with ChatGPT and Generative AI - Examples: ChatGPT Solutions

Higher Ed
This lesson demonstrates a few examples of successfully created ChatGPT applications and solutions, including the GitHub Copilot, Keeper Tax, Viable, and Duolingo. This clip is from the chapter "Introduction and Context" of the series...
Instructional Video5:11
Curated Video

Make Apps with ChatGPT and Generative AI - Roadmap: Building ChatGPT Apps

Higher Ed
This video explains the roadmap to the course and the upcoming concepts and what is covered. The video explains the approach of the course, what you will learn in a step-wise manner, and other course content. This clip is from the...
Instructional Video5:53
Curated Video

Make Apps with ChatGPT and Generative AI - App Development Introduction

Higher Ed
This brief introductory video outlines the contents of the course, the concepts to be covered, and the features, pros, and cons of ChatGPT. It also outlines briefly the concepts covered in the course. This clip is from the chapter...
Instructional Video6:02
Curated Video

Make Apps with ChatGPT and Generative AI - Linking Pages and Testing

Higher Ed
We will create a workflow where in the data is transferred to the second page of the TravelPlan project. We will save the data from page 1 into a database and then create a second session when clicking the page 2, where the data is...
Instructional Video16:58
Curated Video

Make Apps with ChatGPT and Generative AI - Resolving CORS and Security Errors

Higher Ed
This video is for those who were not able to connect the Outlook with the Azure function. We will discuss the CORS error or any other security errors that might pop up during the testing and resolve the errors. This clip is from 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 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 Video2:39
Curated Video

Make Apps with ChatGPT and Generative AI - Congratulations

Higher Ed
This video provides a thank-you note from the author and also recapitulates the concepts we learned and the applications we built over the duration of the course. This clip is from the chapter "Conclusion" of the series "Make Apps with...
Instructional Video3:15
Curated Video

Make Apps with ChatGPT and Generative AI - Stock Photo Generator Testing

Higher Ed
In this video, we will finally test the stock photo generator. We will run the application and verify the characters generated based on the text or image inputs that we provided and check the output based on the prompt request. This clip...
Instructional Video3:53
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT API and Power Automate Integration

Higher Ed
We will now create the Power Automate script and create a new flow. We will integrate it with ChatGPT. We will create an HTTP request and the URL from Postman and Azure Function created as ImageAI. This clip is from the chapter...
Instructional Video7:04
Curated Video

Make Apps with ChatGPT and Generative AI - Front-End Creation

Higher Ed
In this video, after creating the custom front-end API, we will check whether the API works by creating a request in Postman and updating the parameters of the prompts, body, and URL. This clip is from the chapter "SplashImages - ChatGPT...
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...