Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build an A.I. Image Generator App With Tkinter and Python
Rating: 4.4 out of 5(13 ratings)
102 students

Build an A.I. Image Generator App With Tkinter and Python

Learn Artificial Intelligence Image Generation With The OpenAI Dall-E API
Created byJohn Elder
Last updated 1/2024
English

What you'll learn

  • Intro To OpenAI Dall-E API For Artificial Intelligence
  • Integrate AI Into Python Apps
  • Create Apps With The CustomTkinter Library
  • Download and Install Python

Course content

5 sections23 lectures1h 42m total length
  • Introduction4:48
  • Install Python3:49
  • Install Sublime Text Editor and Git Bash Terminal3:27
  • Create A Virtual Environment2:54
  • OpenAI Update0:10

    Since publishing the course, OpenAI has changed their API.  You'll need to uninstall and reinstall OpenAI from the terminal with these commands:

    pip uninstall openai

    then

    pip install openai==0.26.3


    Everything else will remain the same throughout the course.

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser

Description

In this course you'll learn how to create an Image Generator app using Python, CustomTkinter, and the Dall-E API from OpenAi.


Open AI are the makers of the popular ChatGPT AI tool, and their DALL-E api allows you to generate images by simply typing in words to describe the image you'd like to create.


We'll leverage that API to add that same ability to our own Python GUI app using the modern CustomTkinter library, which takes regular old Tkinter and gives it a fresh new spin and look.


This course is aimed at the absolute beginner.  You don't need any programming or AI experience at all, though a basic understanding of Python will help, I'll walk you through everything step by step.


We'll start out by downloading and installing the free tools you'll need...things like Python itself, the Sublime Text Editor to write our code on, and the git bash terminal to run our code on.


Then we'll build out the app using customTkinter, which is a free library that makes regular Tkinter look and feel more modern. 


After that I'll walk you through the OpenAI Api and show you how to get a developer API key that allows you to connect your app to the AI Engine at OpenAI.


Then we'll integrate the API into our app and that will be that!


I think you'll be absolutely amazed at how easy it is to harness some extremely powerful Artificial Intelligence into your own apps.


Whether you're a coding newbie or an advanced developer who wants to learn how to integrate AI into their code...this course is for you!


My name is John Elder and I'll see you on the inside!

Who this course is for:

  • This course is aimed towards absolute beginners who want to learn to use OpenAI Artificial Intelligence in their Python GUI Apps