Curated Video
Make Apps with ChatGPT and Generative AI - Basic Power Apps Creation
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Testing and Publishing Teams ChatGPT Chatbot
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Local OpenAI ChatGPT Testing
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT Response Management
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....
Curated Video
Make Apps with ChatGPT and Generative AI - Python Access to OpenAI API
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...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Packages Required to Execute Codes Error-Free
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Mailing Feature to Send DALL-E Generated Pictures
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Dynamically Updating Image Creation with DALL-E and OpenAI
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Setting API DALL-E Image Data in the Application
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...
Curated Video
Real-World DevOps Project From Start to Finish - Ansible Roles
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...
Curated Video
ChatGPT for Teachers in Education - Crafting Effective Prompts
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...
Curated Video
ChatGPT for Teachers in Education - Review of Interface (New Look of ChatGPT Plus)
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...
Curated Video
ChatGPT for Teachers in Education - 20 Uses of ChatGPT
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...
Curated Video
ChatGPT for Teachers in Education - Time Savers
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...
Curated Video
ChatGPT and Prompt Engineering for Software Development - Generate Test Cases Using ChatGPT
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...
Curated Video
ChatGPT and Prompt Engineering for Software Development - Document API Using ChatGPT
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...
Curated Video
ChatGPT and Prompt Engineering for Software Development - Learn Docker Concepts
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...
Curated Video
Generative AI and ChatGPT - Quickstart with Examples - Introduction and Starter Project-Completion Model
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...
Curated Video
Generative AI and ChatGPT - Quickstart with Examples - Design the Prompt and Adjust the Settings -DALL-E Model
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...
Curated Video
Generative AI and ChatGPT - Quickstart with Examples - OpenAI API Configuration (Demo)
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...
Curated Video
Generative AI and ChatGPT - Quickstart with Examples - Introduction and Starter Project-DALL-E Model
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...
Curated Video
Generative AI and ChatGPT - Quickstart with Examples - Create Completion with the Davinci Model
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...
Curated Video
Generative AI and ChatGPT - Quickstart with Examples - OpenAI Node.js Library: Installation and Usage 1/2
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...