Curated Video
How to Use ChatGPT and Generative AI to Help Create Content - Fundaments of Using Generative AI
In this video, you will learn about the basic principles of using Generative AI, including how to choose the right model for your needs and some common use cases. This clip is from the chapter "Introduction to Generative AI" of the...
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. This clip is from the...
Curated Video
Make Apps with ChatGPT and Generative AI - Image API DALLE Use
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT API Linking and Workflow Creation
In this video, you will learn to create a workflow. We will create buttons and actions to the button and we will set up the API, which will use the Completion API that we created in the earlier projects. This clip is from the chapter...
Curated Video
Make Apps with ChatGPT and Generative AI - ImageAI and OpenAI Photo Integration
In this video, you will learn to integrate ImageAI and OpenAI into the TravelPlan project. It will generate images and photos based on the location provided in the TravelPlan and make the itinerary page appear more interesting. This clip...
Curated Video
Make Apps with ChatGPT and Generative AI - Variable-Based ChatGPT Prompt Modification
After testing the script, we will edit the prompts section to correspond to the email we want to write based on the person's interest and interesting products. We will create a variable-based prompt and learn to modify it based on the...
Curated Video
Make Apps with ChatGPT and Generative AI - Dynamic Prompt Modification
In this lesson, we will understand how to create a dynamic prompt; the prompt should be equal to whatever input the user puts into the input A. We will click on the button and type in a prompt and await the response obtained and...
Curated Video
Make Apps with ChatGPT and Generative AI - Bubble-ChatGPT API Connection
In this video, you will learn to place a text element, an input element, and a button element. The user feeds his input in the input element and clicks on the button, the button click sends the API across, and displays the response in...
Curated Video
Make Apps with ChatGPT and Generative AI - Pasting Response in Outlook Add-In
In this video, we will use the Outlook pane application we created and send the body of an email for which we require a summary of, and then generate a summary of the email and display it on the pane we created. This clip is from the...
Curated Video
Make Apps with ChatGPT and Generative AI - Email Body Transfer to ChatGPT
After getting the Azure functions and Outlook integrated, we will now create a useful application, which will allow users to get into their email and summarize the email for us. We will send the content of the mail and receive a response...
Curated Video
Make Apps with ChatGPT and Generative AI - Running ChatGPT API from Outlook
After the Outlook add-in is working, we will now create API calls from our Outlook add-in to the ChatGPT API that we created. We will make post-requests and edit the model, prompt, body, and temperature of the Azure code. This clip is...
Curated Video
Make Apps with ChatGPT and Generative AI - OpenAI ChatGPT Integration in Power Apps
We will now create an app that sends a prompt to the Power Automate, and then sends the prompt to our API that we created and then to the Davinci model of OpenAI, which then sends the response from the Azure function to the Power...
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...
Rock 'N Learn
PT Ending Consonant Blend Song and Practice
This animated phonics song helps children learn the sound of the ending blend PT in English. A blend is a combination of letters where each letter makes its own sound. The sounds of the letters are blended together. Fun characters teach...
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...