The Alt Text Generator app utilizes the advanced capabilities of Azure Cognitive Services to analyze the visual content of an image you provide intelligently.
It is helpful in generating a relevant and informative caption that serves as the alt text for the img
tag.
By providing concise, accurate descriptions of your images, Alt Text Generator ensures your digital content is accessible to all users, including those with visual impairments, while improving your website’s SEO performance.
Deploy:
1. Clone the repository.
$ git clone https://github.com/adityaoberai/Alt-Text-Generator
2. Rename the file .env.example
to .env
.
3. Add your Azure Computer Vision endpoint and API key to the .env
file.
4. Run the app.
npm install npm run dev
How to use it:
1. Visit the app: https://alttext.in/
2. Choose an image from local.
3. You will see the alt text below the original image.