Instructional Video2:46
Curated Video

Exploring the Mysteries and Marvels of Black Holes in Space

Pre-K - Higher Ed
Black holes, often misunderstood as destructive voids, are actually essential cosmic entities that play a crucial role in maintaining balance in the universe. By harnessing the power of gravity and generating immense energy, black holes...
Instructional Video5:55
Curated Video

Make Apps with ChatGPT and Generative AI - Visual Studio Code Configuration

Higher Ed
In this video, we will continue with the previous demonstration where we will need to create a few more configurations to our Visual Studio Code to get it up and running for creating our Azure Functions. We will install the recommended...
Instructional Video2:38
Curated Video

Make Apps with ChatGPT and Generative AI - Visual Studio Code Installation

Higher Ed
The next thing we need to set up in our system is the Visual Studio Code, an IDE available by Microsoft, to deploy functions on Azure. We will create a blank project on a folder of choice.
<
br/>
This clip is from the chapter...
Instructional Video3:40
Curated Video

Make Apps with ChatGPT and Generative AI - Python Installation

Higher Ed
We will now download and install Python and set it up on our local system. We will download and install the Python 3. 9.13 version and add the path for the software. We will check the installation using the CMD command.
<
br/>
This...
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.
<
br/>
This clip is...
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.
<
br/>
This clip is from the chapter...
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.
<
br/>
This...
Instructional Video4:43
Curated Video

Make Apps with ChatGPT and Generative AI - Tokenization

Higher Ed
In this lesson, we will discuss about tokens, which are the “currency” on the OpenAI models that process text by breaking them into smaller unites called tokens. We will understand how tokenization works in ChatGPT.
<
br/>
This...
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.
<
br/>
This clip is from the chapter "What Are...
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...
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...
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.
<
br/>
This clip is from the chapter...
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.
<
br/>
This clip is from the chapter "Introduction and Context" of the series...
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.
<
br/>
This clip is from the chapter...
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.
<
br/>
This clip is from the chapter "Introduction and Context" of...
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.
<
br/>
This clip is...
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.
<
br/>
This clip is from the...
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.
<
br/>
This clip is...
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.
<
br/>
This clip...
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.
<
br/>...