Packt
The Complete OpenAI JS APIs Course - Build 15 Projects

Discover new skills with $120 off courses from industry experts. Save now.

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
Packt

The Complete OpenAI JS APIs Course - Build 15 Projects

Inclus avec Coursera Plus

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

2 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

2 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme

Ce que vous apprendrez

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

Compétences que vous acquerrez

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

Détails à connaître

Certificat partageable

Ajouter à votre profil LinkedIn

Récemment mis à jour !

août 2025

Évaluations

18 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

 logos de Petrobras, TATA, Danone, Capgemini, P&G et L'Oreal

Il y a 18 modules dans ce cours

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.

Inclus

11 vidéos1 lecture

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.

Inclus

17 vidéos1 devoir1 plugin

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.

Inclus

7 vidéos1 devoir1 plugin

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.

Inclus

4 vidéos1 devoir1 plugin

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.

Inclus

13 vidéos1 devoir1 plugin

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.

Inclus

6 vidéos1 devoir1 plugin

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.

Inclus

8 vidéos1 devoir1 plugin

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.

Inclus

5 vidéos1 devoir1 plugin

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.

Inclus

5 vidéos1 devoir1 plugin

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!

Inclus

9 vidéos1 devoir1 plugin

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.

Inclus

7 vidéos1 devoir1 plugin

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.

Inclus

4 vidéos1 devoir1 plugin

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.

Inclus

10 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

5 vidéos1 devoir1 plugin

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.

Inclus

1 vidéo1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

1 vidéo2 devoirs

Obtenez un certificat professionnel

Ajoutez ce titre à votre profil LinkedIn, à votre curriculum vitae ou à votre CV. Partagez-le sur les médias sociaux et dans votre évaluation des performances.

Instructeur

Packt - Course Instructors
Packt
915 Cours192 895 apprenants

Offert par

Packt

En savoir plus sur Software Development

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.
Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’
Jennifer J.
Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’
Larry W.
Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’
Chaitanya A.
’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’
Coursera Plus

Ouvrez de nouvelles portes avec Coursera Plus

Accès illimité à 10,000+ cours de niveau international, projets pratiques et programmes de certification prêts à l'emploi - tous inclus dans votre abonnement.

Faites progresser votre carrière avec un diplôme en ligne

Obtenez un diplôme auprès d’universités de renommée mondiale - 100 % en ligne

Rejoignez plus de 3 400 entreprises mondiales qui ont choisi Coursera pour les affaires

Améliorez les compétences de vos employés pour exceller dans l’économie numérique

Foire Aux Questions