
Find External IP Address with Python (ipify.org)
The site ipify.org offers unlimited External IP Address API Requests. You can request your IP Address in either text or JSON format. the below example retrieves the IP Address in text.
The site ipify.org offers unlimited External IP Address API Requests. You can request your IP Address in either text or JSON format. the below example retrieves the IP Address in text.
Time to Teach: 3 Hours Description: This class teaches the basics of using OpenAI API with Python. We create requests to get responses from Chat functionality, go over the differences between 3.5 and 4 models, […]
Time to Teach: 2-3 Hours Description: This exercise shows you how to build a ChatGPT powered Autoblog. You submit a blog Title, and thenChatGPT creates a post, a summary of the post, and tags. You […]
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 […]
This class shows you how to use OpenCV and Python to find faces or items in video and then trigger events based on that detection. We also scan pictures to find faces and then create […]
YouTube Transcript API Module allows you to easily get the text transcript of a YouTube video with timestamp. NOTE: The module only accepts the Video ID so we run 2 replace methods to remove the […]
This lab shows you how to use the exif Python module to find the lat, lon and elevation of where a picture was taken, and then dynamically write a web page with an embedded Google […]
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.
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, […]
Copyright © 2023 | MH Magazine WordPress Theme by MH Themes