top of page

AI and Python - OpenAI API with Python Introduction

Updated: Dec 3, 2024




Class Notes:


Class Description:

Bro... Do you even API???


ChatGPT is a great tool, but you're locked into the interface that OpenAI gives you. With the OpenAI API you get the power of ChatGPT but can build your own tools and systems using Python to extract the power of AI.


You can create a script to scrape and extract value from your own data, use AI to to make it more natural to "talk" with your systems, and build services with your own guard rails for your users.


OpenAI provides amazing functionality to make your scripts and systems do some very remarkable things. It's not actually "AI", but it's still darned cool and amazing...


The class will go over:

  • Overview of the OpenAI API account

  • Pricing and overview of models

  • How to create basic Python scripts for OpenAI

  • How to feed inputs into OpenAI requests

  • How to create guard rails and rules for your scripts

  • How to use DALL E to create images


To do the labs create an account for OpenAI API at -- https://platform.openai.com/docs/concepts

1 view0 comments

Recent Posts

See All

Comments


bottom of page