New free script I wrote today for Automatic AI Image Alt Tags for an entire site.
It crawls a site, scrapes all the images, passes them to Blip2_t5, a SOTA image captioning AI, and generates a caption and keywords for the image. The final output is a dataframe and csv file that gives
• the scraped page url
• all the images found and their existing (or not) alt text
• AI generated new alt text for each image
• AI generated keywords for each image
You may need Google Colab + to run this, it requires a High Ram and GPU based runtime. Let me know what you think!