Course's logo Course
pro
Building ChatGPT with React Native
9 videos 1 hrs 25 mins 02 May 2023

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!

start course start course

👋 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.

2 min
view

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.

3 min
view

🧑‍💻 App Basics

Creating a Drawer Navigation

In this video we will create a drawer navigation for our app using React Navigation.

16 min
view

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.

12 min
view

💬 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.

8 min
view

Starting a Chat with AI

Now we finally use the OpenAI API to get our first chat completions!

11 min
view

Displaying Chat Messages

After getting back our chat completions we now display them in our page and create a ChatGPT like UI.

15 min
view

🔊 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!

6 min
view

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!

12 min
view