Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corbindavenport/alt-text-creator

Browser extension that generates image alternate text, using GPT-4o or an LM Studio server.
https://github.com/corbindavenport/alt-text-creator

chrome-extension chrome-extensions gpt-4 gpt-4-api gpt-4-vision gpt-4-vision-preview gpt-4o gpt-4o-m lm-studio lmstudio webextension webextensions

Last synced: 3 months ago
JSON representation

Browser extension that generates image alternate text, using GPT-4o or an LM Studio server.

Awesome Lists containing this project

README

        

# Alt Text Creator

Alt Text Creator is a browser extension that generates [alternate text](https://en.wikipedia.org/wiki/Alt_attribute) for images using the [GPT-4o or GPT-4o Mini model](https://platform.openai.com/docs/guides/vision) from OpenAI. You can right-click on any image and select "Create Alt Text" to generate the text, which is then copied to your clipboard. Alt Text Creator can also use a custom local server with an OpenAI-like API, such as [LM Studio](https://lmstudio.ai/).

**You must supply your own API key from OpenAI and be on [usage tier 1](https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4-gpt-4-turbo-gpt-4o-and-gpt-4o-mini#:~:text=usage%20tier%201) for the extension to work.** Alt Text Creator uses the Low Resolution mode in the API and local caching to reduce the per-image processing cost. The [current pricing](https://openai.com/pricing#:~:text=Vision%20pricing%20calculator) is available on OpenAI's website.

[**Download for Google Chrome**](https://chromewebstore.google.com/detail/alt-text-creator-with-gpt/nlahkceofkdggfgfpheakpaphdfplaio)

[**Download for Firefox**](https://addons.mozilla.org/en-US/firefox/addon/alt-text-creator/)

![Alt Text Creator screenshot showing right-click menu option and notification.](screen.png)

This browser extension is not affiliated with OpenAI, LM Studio, or the creators of any AI models. The icon uses images from [Bootstrap Icons](https://icons.getbootstrap.com/).