Curated Video
Make Apps with ChatGPT and Generative AI - Second Page Creation
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Front-End Setup
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 -...
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 - 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 - Power Apps Q&A Bot Implementation
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...
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 - 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....
All In One Social Media
STOP believing this about Facebook if you ACTUALLY want to make money
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!)
All In One Social Media
Revitalize Your Facebook Page With This Simple Strategy!
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.
All In One Social Media
How to SCHEDULE + CREATE TikTok Videos Easier Than Ever
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...
All Ears English
2079 - What Ducks Can Teach Us About Life and Happiness
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!
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - UX and UI Integrations into DALL-E App with CSS
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Next.Js Basics for Absolute Beginners
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...
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
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...
Curated Video
EXCEL DATA: CONCATENATE, LEFT, RIGHT, MID
You'll learn text functions to shape your strings, playing with text like a poet.
Curated Video
What is the Temperature of an AI?
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Full User Interaction and Tweaking
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Controller Recorder Container
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Giving Rachel a Human Sounding Voice
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Eleven Labs API Docs Walkthrough
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Convert Voice to Text with Whisper
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Backend Initialization with Imports and CORS
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"...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Tailwind CSS Integration
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Final Updates and Finishing Touches
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...