{"id":15880912,"url":"https://github.com/sdkdeepa/tfjs-image-captioner","last_synced_at":"2025-04-02T05:24:24.483Z","repository":{"id":221284433,"uuid":"753480333","full_name":"sdkdeepa/tfjs-image-captioner","owner":"sdkdeepa","description":"Try creating an AI-powered image captioning","archived":false,"fork":false,"pushed_at":"2024-02-07T05:09:11.000Z","size":763,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T15:44:52.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdkdeepa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-02-06T07:53:51.000Z","updated_at":"2024-02-07T05:15:05.000Z","dependencies_parsed_at":"2024-02-07T05:58:02.322Z","dependency_job_id":"6aea67e6-7eb3-43f9-a627-ae54c8fdbcd2","html_url":"https://github.com/sdkdeepa/tfjs-image-captioner","commit_stats":null,"previous_names":["sdkdeepa/tfjs-image-captioner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2Ftfjs-image-captioner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2Ftfjs-image-captioner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2Ftfjs-image-captioner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdkdeepa%2Ftfjs-image-captioner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdkdeepa","download_url":"https://codeload.github.com/sdkdeepa/tfjs-image-captioner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246760237,"owners_count":20829255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-06T03:22:48.619Z","updated_at":"2025-04-02T05:24:24.454Z","avatar_url":"https://github.com/sdkdeepa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Effortless Image Captioning with TensorFlow.js\n\nGenerate image captions directly in your web or Node.js projects using pre-trained TensorFlow.js models. Ideal for web developers, designers, and researchers to add visual understanding and accessibility to their applications.\n\n# Key Features:\n\n* Simple API: Get captions with one line of code.\n* Pre-trained Model Flexibility: Choose from different pre-trained models for varying accuracy and performance needs.\n* Multiple Image Formats: Supports common image formats like JPEG, PNG, and more.\n* Code Examples: Learn how to integrate the package into your projects with clear examples.\n\n# Installation:\n\n```bash\nnpm install tfjs-image-captioner\n```\n# Usage\n\n```JavaScript\nimport imageCaptioning from 'tfjs-image-captioner';\n\nconst imagePath = 'path/to/your/image.jpg';\nimageCaptioning.getImageCaptions(imagePath)\n  .then(captions =\u003e {\n    console.log('Captions:', captions);\n  })\n  .catch(error =\u003e {\n    console.error('Error:', error);\n  });\n```\nFor more details, examples, and advanced usage, please refer to the documentation:\n\n * Documentation: https://www.tensorflow.org/js/models\n * Community Forum: https://stackoverflow.com/questions/tagged/tensorflow.js\n\n# Try different pre-trained models: \nFor future version consideration integrate different pre-trained models with varying accuracy and performance characteristics. \n\n* Model Selection API\n* Adaptive Model Loading\n\n# License:\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdkdeepa%2Ftfjs-image-captioner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdkdeepa%2Ftfjs-image-captioner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdkdeepa%2Ftfjs-image-captioner/lists"}