Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/corbindavenport/alt-text-creator
- Owner: corbindavenport
- License: gpl-3.0
- Created: 2024-03-17T05:27:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T19:32:31.000Z (4 months ago)
- Last Synced: 2024-10-04T21:09:49.017Z (4 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/alt-text-creator-with-gpt/nlahkceofkdggfgfpheakpaphdfplaio
- Size: 955 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).