Skip to main content

OpenAI API with Python Bootcamp: ChatGPT API, GPT-4, DALL·E

9h 8m 16s
English
Paid

Welcome to the comprehensive guide for mastering the OpenAI API with Python and seamlessly integrating the most advanced OpenAI models into your applications.

Course Overview

This OpenAI API with Python Bootcamp encompasses all OpenAI models available via API, including GPT-3 (DaVinci), ChatGPT (GPT-3.5-TURBO and GPT-4), DALL-E, and Whisper.

By the conclusion of this course, expect to have deep knowledge and substantial hands-on experience with the OpenAI API, positioning you as an expert capable of enhancing Python applications with intelligence.

This is a continuously updated OpenAI API course dedicated to equipping you with future-ready skills.

Join our community of pioneers actively shaping tomorrow's technology, and leverage the strategic advantage of being a first-mover.

Projects Developed

  • Project #1: Zero-Shot Sentiment Analysis Using ChatGPT
  • Project #2: Building a ChatGPT Clone From Scratch (ChatBot)
  • Project #3: Building a Healthy Daily Meal Plan
  • Project #4: Program like a Pro with GPT-4
  • Project #5: Boost Your Linux Sysadmin Capabilities with ChatGPT (ShellGPT)
  • Project #6: YouTube Videos Summary Generator
  • Project #7: Books Recommendation System

Why Enroll in This Course?

  1. Experienced Instructor: Having pursued an Artificial Intelligence course at the Faculty of Mathematics, Statistics, and Informatics in the early 2000s, I draw from extensive real-world and teaching experience to guide you.
  2. Comprehensive Learning: We begin with the basics, progressing together through each step to understand API calls from Python to OpenAI models (e.g., GPT-3, ChatGPT, GPT-4, DALL-E, Whisper). We will delve deeply into model mechanics and build practical, real-world Python projects to serve as templates for future endeavors.

Upon enrollment, gain access to an exclusive online group for enhanced support concerning course-related inquiries.

With lifetime access, revisit any concept or code snippet at your convenience. And remember, if unsatisfied, utilize our 30-day money-back guarantee for a full refund, no questions asked!

Course Topics

  • Installing and Working with Jupyter Notebook
  • Creating an OpenAI Account and an API Key
  • Installing the OpenAI API Library and Authenticating to OpenAI
  • OpenAI Models: Davinci, GPT-3.5-TURBO, GPT-4, DALL-E, Whisper
  • Making GPT-3 Requests Using the OpenAI API
  • Making ChatGPT, GPT-3.5-TURBO, and GPT-4 Requests Using the API
  • Diving into ChatGPT
  • Understanding OpenAI API Costs
  • Exploring Tokens
  • OpenAI Model Completion Parameters
  • Understanding the ChatGPT System Role
  • Mastering Prompt Engineering
  • Generating Images Using the DALL-E Model
  • Creating and Editing Image Variations with DALL-E
  • In-depth Dive into DALL-E
  • Speech Recognition with Whisper
  • Text Embeddings (text-embedding-ada-002)
  • Creating Web Interfaces for Applications Using Streamlit
  • Exploring Streamlit: Main Concepts, Widgets, Session State, Callbacks

About the Author: udemy

udemy thumbnail
By connecting students all over the world to the best instructors, Udemy is helping individuals reach their goals and pursue their dreams. Udemy is the leading global marketplace for teaching and learning, connecting millions of students to the skills they need to succeed. Udemy helps organizations of all kinds prepare for the ever-evolving future of work. Our curated collection of top-rated business and technical courses gives companies, governments, and nonprofits the power to develop in-house expertise and satisfy employees’ hunger for learning and development.

Watch Online 76 lessons

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 76 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: How to Get the Most Out of This Course
All Course Lessons (76)
#Lesson TitleDurationAccess
1
How to Get the Most Out of This Course Demo
02:24
2
Setting Up the Environment: Jupyter Notebook and Google Colab
14:43
3
Creating an OpenAI Account and an API Key
03:57
4
Installing the OpenAI API Library and Authenticating to OpenAI
08:49
5
OpenAI Models
06:52
6
Making GPT-3 Requests Using the OpenAI API
07:31
7
Making ChatGPT Requests Using the OpenAI API
09:01
8
Diving into ChatGPT
07:36
9
Diving into GPT-4
09:22
10
OpenAI API Costs
03:38
11
Tokens
03:59
12
OpenAI Model Completion Parameters
12:33
13
ChatGPT System Role
04:44
14
Prompt Engineering
13:03
15
Image Generation Using the DALL-E Model
11:02
16
Using DALL-E to Create Variations and Edit Images
09:39
17
Diving into DALL-E
03:57
18
Speech Recognition With Whisper
08:12
19
Project Requirements
01:26
20
Building the Application
04:48
21
Testing the Application
08:22
22
Building a Front-End Using Streamlit
05:46
23
Creating the Web App Layout With Streamlit
07:48
24
Saving and Displaying the History Using the Streamlit Session State
05:26
25
Project Requirements
03:43
26
Making a Dialog With the AI Model
10:07
27
Looping
09:57
28
Testing the Project and Python Script Overview
09:33
29
Project Requirements
01:25
30
Creating the Meal Plan Using the ChatGPT API
07:36
31
Generating Meal Images Using DALL-E
10:40
32
YouTube Videos Summary Generator: Project Requirements
05:38
33
Building a YouTube Downloader With Python
13:56
34
The YouTube Download Function
05:45
35
Transcribing Using Whisper
05:29
36
Summarizing Using GPT
06:16
37
Testing the Application and Adding Enhancements
13:46
38
Coding a Simple Application: Password Generator
03:41
39
Coding an Intermediate-level Application with GPT-4: The Tetris Game
05:03
40
Coding a Complex Application with GPT-4: Voice Assistant
13:19
41
Intro to OpenAI's Text Embeddings
03:22
42
Generating Simple Embeddings
06:48
43
Finding Similarities Using Embeddings
13:45
44
Performing Semantic Searches
10:20
45
Project Introduction
03:38
46
Building the Application - Part 1
12:42
47
Building the Application - Part 2
09:52
48
Testing the Application
05:04
49
Visualizing Embeddings
04:57
50
Displaying Embeddings on Atlas
10:42
51
Project Introduction
04:09
52
Installing and Configuring ShellGPT
10:25
53
Using ShellGPT like a PRO
12:25
54
The Chat Feature of ShellGPT
08:14
55
While and continue Statements
04:18
56
While and break Statements
05:48
57
List Slicing and Iteration
07:27
58
List Comprehension - Part 1
06:16
59
List Comprehension - Part 2
06:40
60
Working with Dictionaries
10:40
61
JSON Data Serialization
06:41
62
JSON Data Deserialization
05:50
63
Assignment: JSON and Requests/REST API
02:00
64
Assignment Answer: JSON and Requests/REST API
03:59
65
Introduction to Streamlit
04:52
66
Streamlit Main Concepts
05:52
67
Displaying Data on the Screen: st.write() and Magic
05:49
68
Widgets, Part 1: text_input, number_input, button
05:22
69
Widgets, Part 2: checkbox, radio, select
07:47
70
Widgets, Part 3: slider, file_uploader, camera_input, image
10:39
71
Layout: Sidebar
02:11
72
Layout: Columns
06:01
73
Layout: Expander
02:22
74
Displaying a Progress Bar
04:10
75
Session State
09:22
76
Callbacks
07:15
Unlock unlimited learning

Get instant access to all 75 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.

Learn more about subscription