Skip to content
View WonderingAboutAI's full-sized avatar
Block or Report

Block or report WonderingAboutAI

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Text-to-Speech Text-to-Speech Public

    This simple MacOS app can generate voiceover copy of a specified word count with OpenAI's GPT-4 model and record it with OpenAI and ElevenLabs voices. Supports play, pause, and save to MP3.

    Swift

  2. Image-Shrinker Image-Shrinker Public

    This Python script will automatically resize images and maintain their aspect ratio. It's useful for preparing image files to fine-tune or train image generation models.

    Python

  3. Image-Captions Image-Captions Public

    This Python script uses OpenAI's GPT-4-Turbo model to generate image captions and then store captions and file names into a .csv file. It's useful if you need to generate numerous captions for upda…

    Python

  4. Edit-Captions-JSON-Format Edit-Captions-JSON-Format Public

    This Python script reads image captions from a CSV file, shortens them using OpenAI's API, and then saves them in a JSON file. This could be particularly useful if you need image captions equal to …

    Python

  5. Blog-Generator-GPT-4 Blog-Generator-GPT-4 Public

    This Python script is intended to combat model "laziness" by prompting OpenAI's GPT-4 to generate and outline and then feeding it the outline one section at a time for copywriting.

    Python

  6. Blog-Generator-Claude Blog-Generator-Claude Public

    This Python script prompts Claude to first generate a blog outline and then a complete blog post. The system prompt includes information on the blogger's preferred audience and voice as well as wri…

    Python