Instructional Video2:05
Curated Video

Make Apps with ChatGPT and Generative AI - Second Page Creation

Higher Ed
We will now create the second page for our TravelPlan project. We will create an input box for the user to add his travel plan and a box for displaying the itinerary generated. This clip is from the chapter "Itinerary - ChatGPT app" of...
Instructional Video5:39
Curated Video

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

Higher Ed
In this video, you will learn to create the frontend or the interface for the user to input data or destinations for the TravelPlan project. This will be the frontend for the TravelPlan project. This clip is from the chapter "Itinerary -...
Instructional Video8:20
Curated Video

Make Apps with ChatGPT and Generative AI - Bubble-ChatGPT API Connection

Higher Ed
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...
Instructional Video9:01
Curated Video

Make Apps with ChatGPT and Generative AI - Running ChatGPT API from Outlook

Higher Ed
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...
Instructional Video5:20
Curated Video

Make Apps with ChatGPT and Generative AI - Power Apps Q&A Bot Implementation

Higher Ed
We will now link our Power Automate flow to have the ChatGPT APIs into Power App. We will create the functionality when clicking the button to execute the flow and obtain the response from the Power Automate flow. This clip is from the...
Instructional Video3:27
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI ChatGPT Integration in Power Apps

Higher Ed
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...
Instructional Video4:25
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Response Management

Higher Ed
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....
Instructional Video14:50
All In One Social Media

STOP believing this about Facebook if you ACTUALLY want to make money

Higher Ed
Facebook is still an amazing way for brands, businesses, and individuals to have success online. Problem is so many people are trying to lead you to believe that Facebook is irrelevant and for "old" people. (Exsqueeze me!)
Instructional Video7:40
All In One Social Media

Revitalize Your Facebook Page With This Simple Strategy!

Higher Ed
Don't discount Facebook just yet! This strategy will give you actionable steps and strategies so that you can take action now to grow your Facebook Page with organic traffic.
Instructional Video8:47
All In One Social Media

How to SCHEDULE + CREATE TikTok Videos Easier Than Ever

Higher Ed
ikTok's website does not allow users to create videos from the desktop. So how can you streamline the process of creating and scheduling from your computer vs your phone. This tutorial breaks down how to create and schedule TikTok videos...
Instructional Video13:07
All Ears English

2079 - What Ducks Can Teach Us About Life and Happiness

Pre-K - Higher Ed
When a friend is having difficulty recognizing the truth about something, there is a special expression you can use to question their assumptions. What is it? Find out today!
Instructional Video12:11
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - UX and UI Integrations into DALL-E App with CSS

Higher Ed
Here, we will continue with the integration process of the image generator application. We will finalize the page view and functionality using CSS and integrate the user interface with the application. This clip is from the chapter...
Instructional Video5:25
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Next.Js Basics for Absolute Beginners

Higher Ed
In this video, you will learn some basics of the Next.js code to build our application using the codes we will require to run the app. You will learn to deploy the Next.js boilerplate and how to deploy the app. This clip is from the...
Instructional Video15:19
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Optimizing Leading Images with DALL-E in React with JavaScript Fundamental Al

Higher Ed
In this lecture, we will optimize our app further, focusing on user experience. You will learn to add some animation. We will use JavaScript instead of CSS along with React, and we will use the “useEffect” hook. This clip is from the...
Instructional Video5:56
Curated Video

EXCEL DATA: CONCATENATE, LEFT, RIGHT, MID

Pre-K - Higher Ed
You'll learn text functions to shape your strings, playing with text like a poet.
Instructional Video8:19
Curated Video

What is the Temperature of an AI?

12th - Higher Ed
One of the most important parameters of AI models like the one behind ChatGPT is temperature, but how can AI have a temperature and what is it good for? While we pursue this question we uncover a beautiful connection between machine...
Instructional Video11:09
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Full User Interaction and Tweaking

Higher Ed
In this video, we will go through the entire user interaction flow and make necessary tweaks to make it a smooth user experience. This clip is from the chapter "Frontend - React Web Application" of the series "ChatGPT Voice-Powered...
Instructional Video3:32
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Controller Recorder Container

Higher Ed
In this video, we will create the Controller Recorder Container and discuss the code that goes into it. We will also see how to use this container component for our application. This clip is from the chapter "Frontend - React Web...
Instructional Video11:29
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Giving Rachel a Human Sounding Voice

Higher Ed
In this video, we will use the Eleven Labs API to give our chatbot, Rachel, a more human-sounding voice. This clip is from the chapter "Backend Build - Working with AI" of the series "ChatGPT Voice-Powered Chatbot Build with React and...
Instructional Video3:53
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Eleven Labs API Docs Walkthrough

Higher Ed
In this video, we will explore the Eleven Labs API documentation to learn how to generate human-sounding speech for our chatbot responses. This clip is from the chapter "Backend Build - Working with AI" of the series "ChatGPT...
Instructional Video10:11
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Convert Voice to Text with Whisper

Higher Ed
In this video, you will learn how to use the Whisper library to convert the voice snippets we recorded to text for processing by our chatbot. This clip is from the chapter "Backend Build - Working with AI" of the series "ChatGPT...
Instructional Video7:36
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Backend Initialization with Imports and CORS

Higher Ed
In this video, we will start by initializing our backend with the necessary imports and setting up Cross-Origin Resource Sharing (CORS) to allow requests from our frontend. This clip is from the chapter "Backend Build - Working with AI"...
Instructional Video6:48
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Tailwind CSS Integration

Higher Ed
In this video, we will integrate Tailwind CSS for styling and show you how to use it in your project. This clip is from the chapter "Environment Setup - Frontend and Backend" of the series "ChatGPT Voice-Powered Chatbot Build with React...
Instructional Video9:04
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Final Updates and Finishing Touches

Higher Ed
In this video, we will make some final updates and finishing touches to our React application. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot Build with React and...