Hi, what do you want to do?
Curated Video
Exploring the Mysteries and Marvels of Black Holes in Space
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Visual Studio Code Configuration
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Visual Studio Code Installation
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...
<
br/>
This clip is from the chapter...
Curated Video
Make Apps with ChatGPT and Generative AI - Python Installation
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...
<
br/>
This...
Curated Video
Make Apps with ChatGPT and Generative AI - Azure Function Resource Creation
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...
<
br/>
This clip is...
Curated Video
Make Apps with ChatGPT and Generative AI - Azure Account Creation
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...
Curated Video
Make Apps with ChatGPT and Generative AI - OpenAI API Account Sign-Up
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...
<
br/>
This clip is from the chapter...
Curated Video
Make Apps with ChatGPT and Generative AI - Temperature Control
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...
<
br/>
This...
Curated Video
Make Apps with ChatGPT and Generative AI - Tokenization
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...
<
br/>
This...
Curated Video
Make Apps with ChatGPT and Generative AI - Optimizing Prompts
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...
<
br/>
This clip is from the chapter "What Are...
Curated Video
Make Apps with ChatGPT and Generative AI - GPT3 Davinci: Capabilities
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...
Curated Video
Make Apps with ChatGPT and Generative AI - GPT3 Models: Pros and Cons
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...
Curated Video
Make Apps with ChatGPT and Generative AI - OpenAI
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT for Problem Solving
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Keys to Success: ChatGPT App Development
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...
<
br/>
This clip is from the chapter...
Curated Video
Make Apps with ChatGPT and Generative AI - Instructor Overview
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...
<
br/>
This clip is from the chapter "Introduction and Context" of the series...
Curated Video
Make Apps with ChatGPT and Generative AI - Tech Stack: ChatGPT Apps
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...
<
br/>
This clip is from the chapter...
Curated Video
Make Apps with ChatGPT and Generative AI - Examples: ChatGPT Solutions
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...
<
br/>
This clip is from the chapter "Introduction and Context" of...
Curated Video
Make Apps with ChatGPT and Generative AI - Roadmap: Building ChatGPT Apps
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...
<
br/>
This clip is...
Curated Video
Make Apps with ChatGPT and Generative AI - App Development Introduction
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...
<
br/>
This clip is from the...
Curated Video
Make Apps with ChatGPT and Generative AI - Linking Pages and Testing
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Resolving CORS and Security Errors
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...
<
br/>
This clip is...
Curated Video
Make Apps with ChatGPT and Generative AI - HTTP Request: OpenAI ChatGPT Integration
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...
<
br/>
This clip...
Curated Video
Make Apps with ChatGPT and Generative AI - Postman for Serverless Function Testing
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/>...
<
br/>...