{"id":21273625,"url":"https://github.com/itsvijaysingh/alt-text-generator","last_synced_at":"2026-04-29T01:02:10.266Z","repository":{"id":207098974,"uuid":"707978458","full_name":"itsvijaysingh/Alt-Text-Generator","owner":"itsvijaysingh","description":"Generate relevant alt text for images using AI.","archived":false,"fork":false,"pushed_at":"2024-05-01T14:34:20.000Z","size":499,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T19:48:00.806Z","etag":null,"topics":["ai","alt-text-generator","alternative-text","alttext","azure-cognitive-services","computer-vision","image-recognition","image-to-text","javascript","nodejs"],"latest_commit_sha":null,"homepage":"https://alttext.tech","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsvijaysingh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-21T06:38:51.000Z","updated_at":"2024-03-31T04:29:57.000Z","dependencies_parsed_at":"2025-01-22T03:10:38.688Z","dependency_job_id":"aee6c4db-ef66-4cac-82e1-2e9c87122a82","html_url":"https://github.com/itsvijaysingh/Alt-Text-Generator","commit_stats":null,"previous_names":["itsvijaysingh/alt-text-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsvijaysingh/Alt-Text-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvijaysingh%2FAlt-Text-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvijaysingh%2FAlt-Text-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvijaysingh%2FAlt-Text-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvijaysingh%2FAlt-Text-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsvijaysingh","download_url":"https://codeload.github.com/itsvijaysingh/Alt-Text-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvijaysingh%2FAlt-Text-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","alt-text-generator","alternative-text","alttext","azure-cognitive-services","computer-vision","image-recognition","image-to-text","javascript","nodejs"],"created_at":"2024-11-21T09:16:08.753Z","updated_at":"2026-04-29T01:02:10.250Z","avatar_url":"https://github.com/itsvijaysingh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alt Text Generator\n\nElevate your website's image accessibility, improve SEO, and enhance the overall user experience by effortlessly providing meaningful descriptions for your visuals. Alt Text Generator is an easy-to-use tool that uses artificial intelligence (AI) to automatically generate SEO-friendly alt text for images.\n\n## ❓ How it Works\n\nIt leverages [Microsoft's Azure Computer Vision API](https://azure.microsoft.com/en-in/products/ai-services/ai-vision) to analyze and describe the content of an image, providing information about the image content and context.\n\n## 🔧 Requirements\n\nBefore you begin, ensure you have met the following requirements:\n\n- Node.js \u003e= 16.14.0\n\n## 🚀 Installation from source\n\nFollow these steps to get the project up and running on your own machine.\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/itsvijaysingh/alt-text-generator.git\n   ```\n   \n2. Install project dependencie using:\n   ```sh\n   npm install / npm i\n   ```\n3. Set up your environment variables:\n   To configure the project, create a **.env** file in the project root and add the following variables:\n   ```sh\n    - PORT: Port number for the server (Default: 5500).\n    - AZURE_VISION_API_KEY: Your Azure Computer Vision API key.\n    - AZURE_VISION_ENDPOINT: Your Azure Computer Vision API endpoint.\n    - AZURE_VISION_MODEL_VERSION: (Optional) Azure model version (Default: 2023-02-01-preview).\n    - AZURE_VISION_FEATURES: (Optional) Azure features to use (Default: caption).\n    - AZURE_VISION_GENDER_NEUTRAL: (Optional) Enable gender-neutral captions  (Default: true).\n    ```\n   \n5. Run the Project\n  To start the project, use npm:\n    ```sh\n    node app.js\n    ```\n\n- The application will be available at http://localhost:5500 (if hosting locally).\n\n## 💯 Usage\n- Upload an image using the provided interface.\n- Click the \"_Generate Alt Texts_\" button.\n- The AI will analyze the image and provide an alt text description.\n\n## 🗒️ License\nThis project is licensed under the GNU General Public License (GPL-3.0). See the [LICENSE file](https://github.com/itsvijaysingh/Alt-Text-Generator/blob/main/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsvijaysingh%2Falt-text-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsvijaysingh%2Falt-text-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsvijaysingh%2Falt-text-generator/lists"}