Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marteinn/wagtail-alt-generator
Insert image description and tags with the help of computer vision
https://github.com/marteinn/wagtail-alt-generator
computer-vision django wagtail
Last synced: 28 days ago
JSON representation
Insert image description and tags with the help of computer vision
- Host: GitHub
- URL: https://github.com/marteinn/wagtail-alt-generator
- Owner: marteinn
- License: mit
- Created: 2016-11-18T21:24:22.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-16T04:22:35.000Z (over 3 years ago)
- Last Synced: 2024-04-25T03:02:56.285Z (7 months ago)
- Topics: computer-vision, django, wagtail
- Language: Python
- Homepage:
- Size: 482 KB
- Stars: 81
- Watchers: 3
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wagtail - Wagtail Alt Generator - A module for generating image description and tags based on computer vision. (Apps / Media)
README
[![PyPI version](https://badge.fury.io/py/wagtailaltgenerator.svg)](https://badge.fury.io/py/wagtailaltgenerator)
[![Build Status](https://travis-ci.org/marteinn/wagtail-alt-generator.svg?branch=develop)](https://travis-ci.org/marteinn/wagtail-alt-generator)# Wagtail Alt Generator
Generate image description and tags with the help of computer vision (inspired by [altify](https://github.com/ParhamP/altify/blob/master/altify/altify)).
[![Screen1](https://raw.githubusercontent.com/marteinn/wagtail-alt-generator/develop/img/screenshot.png)](https://www.youtube.com/watch?v=1JeCjKx0lko)
[Screencast demo](https://www.youtube.com/watch?v=1JeCjKx0lko)
## Features
- Create image descriptions using computer vision
- Generate image tags using computer vision
- Support for multiple service providers Azure Cognitive Services, AWS Rekognition and Google Vision
- Translate descriptions to your native language using Google Translate## Documentation
- [Getting started](./docs/getting-started.md)
- [Settings](./docs/settings.md)
- Adding supported provider:
- [Adding Azure Cognitive Services as a provider](./docs/adding-azure-cognitive-services.md)
- [Adding AWS Rekognition as a provider](./docs/adding-aws-rekognition.md)
- [Adding Google Vision as a provider](./docs/adding-google-vision.md)
- [Translating description/tags](./docs/adding-google-translate.md)## Contributing
Want to contribute? Awesome. Just send a pull request.
## License
Wagtail-alt-generator is released under the [MIT License](http://www.opensource.org/licenses/MIT).