Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benaandrew/alt-text-generator
Generate website image alt text automatically
https://github.com/benaandrew/alt-text-generator
accessibility alt-text-generator nextjs tailwindcss
Last synced: 15 days ago
JSON representation
Generate website image alt text automatically
- Host: GitHub
- URL: https://github.com/benaandrew/alt-text-generator
- Owner: BenAAndrew
- License: mit
- Created: 2023-08-10T08:52:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T11:55:44.000Z (over 1 year ago)
- Last Synced: 2024-11-21T00:48:18.667Z (3 months ago)
- Topics: accessibility, alt-text-generator, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://alt-text-generator-benaandrew.vercel.app
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alt text generator
Generate website image alt text automatically.
Scans your entire website so that you don't have to upload images one at a time.## Installation
Before starting, ensure you have Node 18 installed.1. Create a `.env.local` file and add the following environment variables:
- `API_TOKEN`: Your [huggingface access token](https://huggingface.co/settings/tokens)
2. Install the dependencies (`npm install`)
3. Start the app (`npm run dev`)Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.