Class Notes

Computer Speech with AI and Python (8/22/23)

This class shows you how to use the Google Speech Services through the Speech recognition module in Python. These scripts will turn speech into text, and text into speech. We then add the OpenAI API […]

No Picture
OpenAI

DALL E API Script

This simple script requests an image be created from the prompt. “n=” is the number of images to return, and we do a for x loop to print only the URL’s from the JSON response.

Hands on Labs

ChatGPT – Basic HTML Autoblog

This project uses ChatGPT to automatically create blog posts and append them to the beginning of an HTML file. For HTML formatting we split the string response provided by ChatGPT on “\n” into a list, […]