Course Decription
Discover the fascinating world of AI-powered apps with our cutting-edge course, “Create Your Own ChatGPT with React Native”. Learn how to integrate OpenAI’s powerful APIs with React Native to build your very own ChatGPT app, complete with AI completions, DALL-E image generation, and Whisper voice recognition.
What will I learn?
- 😎 Set up a React Native app with drawer navigation and ChatGPT-inspired styling.
- 🚀 Seamlessly capture user API keys and integrate them with the OpenAI API.
- 💬 Build an interactive chat with AI completions for engaging, intelligent conversations.
- 🎆 Leverage DALL-E for dynamic image generation, bringing your app to life.
- 🎤 Implement the Whisper API for speech-to-text functionality, enhancing your app’s versatility.
Embrace the future of AI-powered app development. Enroll in “Create Your Own ChatGPT with React Native” now and start building your very own ChatGPT app with React Native and OpenAI’s APIs today!
👋 Getting Started
Course Intro
Let's get started! In this video, we'll cover the basics of the course, including the course structure and what you will learn.
About the OpenAI API
Before we start with the coding, we take a closer look at what OpenAI offers in terms of APIs and how we can use them.
🧑💻 App Basics
Creating a Drawer Navigation
In this video we will create a drawer navigation for our app using React Navigation.
Capture Users API Key
To use the app our users needs to add an API key, and we now build the view to capture and store it.
💬 Chat Completions
Working with RxJS
We dive into RxJS and learn how to use it to create a stream of messags for our upcoming chat feature.
Starting a Chat with AI
Now we finally use the OpenAI API to get our first chat completions!
Displaying Chat Messages
After getting back our chat completions we now display them in our page and create a ChatGPT like UI.
🔊 Media Features
Generating Images with AI
Probabyly not the most impressive features of OpenAI, but we can actually generate images based on a simple prompt!
Using the Whisper API with Audio
While the result of image generation wasn't very spectacular, the Whisper API resulsts are even more impreesive so let's capture some audio!