Packt
The Complete OpenAI JS APIs Course - Build 15 Projects

Entdecken Sie neue Fähigkeiten mit $120 Rabatt auf Kurse von Branchenexperten. Jetzt sparen.

Diese kurs ist nicht verfügbar in Deutsch (Deutschland)

Wir übersetzen es in weitere Sprachen.
Packt

The Complete OpenAI JS APIs Course - Build 15 Projects

Bei Coursera Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

2 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

2 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Master how to integrate OpenAI's models (GPT-3, GPT-4, Whisper, DALL-E) into real-world projects.

  • Learn to create dynamic web applications that respond to user input using the OpenAI API.

  • Gain proficiency in managing API parameters like temperature, max tokens, and stop sequences.

  • Develop projects that utilize text, image, and speech AI models to enhance user experience.

Kompetenzen, die Sie erwerben

  • Kategorie: Application Programming Interface (API)
  • Kategorie: Web Applications
  • Kategorie: Image Analysis
  • Kategorie: Prompt Engineering
  • Kategorie: Generative AI
  • Kategorie: Javascript
  • Kategorie: User Interface (UI)
  • Kategorie: OpenAI
  • Kategorie: Node.JS
  • Kategorie: Front-End Web Development
  • Kategorie: Natural Language Processing
  • Kategorie: Real Time Data
  • Kategorie: Large Language Modeling

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

August 2025

Bewertungen

18 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter führender Unternehmen gefragte Kompetenzen erwerben.

 Logos von Petrobras, TATA, Danone, Capgemini, P&G und L'Oreal

In diesem Kurs gibt es 18 Module

In this module, we will introduce you to the course, covering the essential concepts and tools you will use. You’ll learn how to interact with OpenAI’s API, set up your API key, and begin building your very first project: a text completion app. This section lays the foundation for the more complex projects ahead.

Das ist alles enthalten

11 Videos1 Lektüre

In this module, we will dive into the diverse applications of ChatGPT and explore how to leverage its power for real-world tasks. From text completion to complex use cases like sentiment analysis and code generation, you’ll gain hands-on experience applying ChatGPT's abilities. By the end of this section, you'll be equipped to tackle a wide range of challenges using the OpenAI API.

Das ist alles enthalten

17 Videos1 Aufgabe1 Plug-in

In this module, we will explore the critical parameters that govern how the OpenAI API generates responses. You’ll learn how to fine-tune the temperature, tokens, and stop sequences for better output control, while diving into advanced features like top P and penalties for improved response variety and relevance. By the end, you'll have a deeper understanding of how to optimize your API interactions for different use cases.

Das ist alles enthalten

7 Videos1 Aufgabe1 Plug-in

In this module, we will dive into OpenAI’s streaming capabilities, enabling real-time interaction with the API. You will learn how to establish a stream connection, listen for events in your backend, and handle the dynamic flow of data in your frontend application. By the end, you'll be equipped to build highly interactive and responsive applications powered by OpenAI’s stream API.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will explore the art of prompt engineering to maximize the effectiveness of your interactions with ChatGPT. You’ll learn practical techniques like specifying context, refining response formats, and using shot-based approaches to enhance the model's performance. By mastering these strategies, you'll be able to craft more precise, relevant, and engaging prompts for a wide range of use cases.

Das ist alles enthalten

13 Videos1 Aufgabe1 Plug-in

In this module, we will guide you through the process of building a fully functional PDF book summarizer app. You’ll learn how to create the app’s interface, extract text from uploaded PDFs, and break the text into manageable chunks for summarization. By the end, you'll have developed an app that processes large PDF files and generates clear, concise summaries using OpenAI’s API.

Das ist alles enthalten

6 Videos1 Aufgabe1 Plug-in

In this module, we will explore the Chat API and build a live weather app that interacts with real-time data. You’ll learn how to send your first request to the Chat API, compare different models (GPT-3 vs GPT-4), and use function calling to connect to external services. By the end, you’ll be able to create an app that retrieves weather data and presents it in natural language through ChatGPT.

Das ist alles enthalten

8 Videos1 Aufgabe1 Plug-in

In this module, we will guide you through the creation of an interactive chatbot app where users can converse with historical and contemporary figures like Einstein, Steve Jobs, and Bill Gates. You’ll learn how to design the user interface, manage message states, and dynamically adjust the conversation based on the selected personality. By the end, you’ll have a chatbot that responds in character, providing a personalized experience for each user.

Das ist alles enthalten

5 Videos1 Aufgabe1 Plug-in

In this module, we will explore the concept of embeddings and how they are used to measure the similarity between text inputs. You’ll learn how to create a simple app that generates embeddings for user inputs and calculates the cosine similarity between them. Additionally, you’ll gain insight into the costs associated with generating embeddings, providing a well-rounded understanding of this powerful NLP technique.

Das ist alles enthalten

5 Videos1 Aufgabe1 Plug-in

In this module, you will build an exciting book recommendations app that suggests books based on user preferences. You’ll start by downloading and converting a book dataset, then calculate embeddings for each book description. You’ll compare user inputs with these embeddings to find the most relevant book recommendations, and finally, display these recommendations in an interactive user interface. To add a visual touch, you’ll even map your book data in a 2D space using Atlas. By the end of the module, you’ll have a fully functional book recommendation app!

Das ist alles enthalten

9 Videos1 Aufgabe1 Plug-in

In this module, we will guide you through creating an app that allows users to interact with any PDF document via a chatbot interface. You’ll learn how to extract text from PDFs, split the content into chunks, and calculate embeddings to match user queries with relevant sections. Additionally, you’ll build the chat container and manage the flow of messages between the user and the PDF content. By the end of this section, you will have a functional app that enables conversational access to PDF documents.

Das ist alles enthalten

7 Videos1 Aufgabe1 Plug-in

In this module, you will explore the exciting world of image generation using DALL-E. You will learn how to integrate the DALL-E model into an app to create images from text prompts. The module will cover displaying the generated images in your React app, and also how to implement image storage with a POST request. By the end of this section, you’ll have a fully functioning text-to-image app powered by DALL-E.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, you will create a powerful image editing app that combines the artistic capabilities of DALL-E with the flexibility of a canvas interface. You will start by building the user interface and setting up image uploads, then move on to drawing and masking features within the canvas. Finally, you will learn how to send requests to the server for applying edits and saving both original and masked images. By the end, you’ll have a fully functional image editing app capable of generating and modifying images based on user interactions.

Das ist alles enthalten

10 Videos1 Aufgabe1 Plug-in

In this module, you will learn how to create an app that takes an image input and generates different variations using DALL-E. You will explore how to interact with the OpenAI API to produce these variations and display them in your application. By the end of this section, you’ll have built an app that gives users the ability to see multiple artistic renditions of any uploaded image.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, you will create an audio-to-text transcription app powered by OpenAI's Whisper model. You’ll learn how to build the user interface for audio file uploads, implement React handlers, and set up server-side functionality to save and transcribe audio files. By the end of this section, you’ll have a fully functional app that converts audio into text and leverages Whisper’s advanced features for accurate transcription.

Das ist alles enthalten

5 Videos1 Aufgabe1 Plug-in

In this module, you will develop an audio translation app that uses Whisper to convert spoken language from various audio files into English text. You’ll learn how to handle audio file uploads and integrate the Whisper API for seamless translation. By the end of this section, you’ll have a working app capable of translating audio content into text in real-time.

Das ist alles enthalten

1 Video1 Aufgabe1 Plug-in

In this module, you will build a speech-to-text app by leveraging OpenAI's Whisper model for accurate transcription. You will adapt code from earlier projects to create a smooth and efficient transcription experience. By the end of this section, you’ll have an app that transcribes real-time speech into text, ready to be used in various applications.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, you will create an app that translates spoken language into English text using Whisper. You’ll learn how to capture and process speech, then send it to Whisper for translation. By the end of this section, you’ll have a fully functional app capable of translating speech into English instantly.

Das ist alles enthalten

1 Video2 Aufgaben

Erwerben Sie ein Karrierezertifikat.

Fügen Sie dieses Zeugnis Ihrem LinkedIn-Profil, Lebenslauf oder CV hinzu. Teilen Sie sie in Social Media und in Ihrer Leistungsbeurteilung.

Dozent

Packt - Course Instructors
Packt
915 Kurse197.150 Lernende

von

Packt

Mehr von Software Development entdecken

Warum entscheiden sich Menschen für Coursera für ihre Karriere?

Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Coursera Plus

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu 10,000+ Weltklasse-Kursen, praktischen Projekten und berufsqualifizierenden Zertifikatsprogrammen - alles in Ihrem Abonnement enthalten

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universitäten – 100 % online

Schließen Sie sich mehr als 3.400 Unternehmen in aller Welt an, die sich für Coursera for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

Häufig gestellte Fragen