Intro to OpenAI API for Artificial Intelligence in Python
- Eli the Computer Guy

- Oct 21
- 1 min read
Code and Workbook on GitHub
Description
Bro... Do you even API???
There is so much more to OpenAI than ChatGPT. Instead of using an off the shelf product you can build your own AI platform and solutions that are powered by OpenAI's AI services through their API. Whether you want a question and answer system for your users, a way to track emotional state of your customers, or you want to have AI create images for you the API can do all of this and more.
The cost to use the API's beyond cheap. You only pay for what you use and 1000 tokens is now a fraction of a penny. And you offload the work to their servers so you don't need to buy an expensive GPU, you can literally run an AI platform on any computer that has an Operating System.
This class will go over:
Creating an Account, Costs, and Account Management
Text Generation
Image Generation
Voice and Audio
Vision Services
We will explain how these services work. Demonstrate how to use these services in live code, and you will have time to create simple labs to get the feel for how easy AI can be.
The first part of the class will be seminar, and then the second part is where you will write code and I'll be able to help troubleshoot any problems you run into.
Comments