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