Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxfield-chen/kalt
Firefox extension that adds a context menu that chats with a native version of the im2txt AI in order to generate Alt text for accessibility reasons.
https://github.com/maxfield-chen/kalt
accessibility ai firefox-extension nlp
Last synced: about 1 month ago
JSON representation
Firefox extension that adds a context menu that chats with a native version of the im2txt AI in order to generate Alt text for accessibility reasons.
- Host: GitHub
- URL: https://github.com/maxfield-chen/kalt
- Owner: Maxfield-Chen
- Created: 2020-12-18T19:07:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T20:27:24.000Z (about 4 years ago)
- Last Synced: 2024-11-07T19:53:27.452Z (3 months ago)
- Topics: accessibility, ai, firefox-extension, nlp
- Language: Shell
- Homepage: https://maxfieldchen.com
- Size: 376 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K(elleen)'s Alt Text Generator
## What is this?
This project builds off of the Im2txt image to text generator, packaging the AI in a docker container and calling it from a Firefox extension.
## Install Instructions
* Download and extract the release.
* Run install.sh with sudo privileges
* In the browser of your choice, install the manifest.json file.
* ???
* Profit## How do I use this?
Right click on any image and there will be a new context menu: "Get Kalt text."
Once you select this, a notification will pop up letting you know that the text generation has begun.
After some time, a second notification will appear with the text that Im2txt has produced.
You can click on this notification and the text will be copied to your clipboard.