Generate website image alt text automatically. Scans your entire website so that you don't have to upload images one at a time.
Before starting, ensure you have Node 18 installed.
- Create a
.env.local
file and add the following environment variables:
API_TOKEN
: Your huggingface access token
- Install the dependencies (
npm install
) - Start the app (
npm run dev
)
Open http://localhost:3000 with your browser to see the result.