https://github.com/janit/ezplatform-azure-computer-vision
A proof of concept of integrating eZ Platform with Microsoft Azure Computer Vision API
https://github.com/janit/ezplatform-azure-computer-vision
azure computer-vision ezplatform
Last synced: about 1 month ago
JSON representation
A proof of concept of integrating eZ Platform with Microsoft Azure Computer Vision API
- Host: GitHub
- URL: https://github.com/janit/ezplatform-azure-computer-vision
- Owner: janit
- Created: 2020-03-25T13:55:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T21:22:17.000Z (over 5 years ago)
- Last Synced: 2025-02-24T03:37:23.606Z (over 1 year ago)
- Topics: azure, computer-vision, ezplatform
- Language: PHP
- Homepage: https://ezplatform.com/blog/automatic-image-captions-with-microsoft-azure-computer-vision-api
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eZ Platform Azure Computer Vision Integration PoC
A proof of concept of integrating eZ Platform with Microsoft Azure Computer Vision API to provide automatic image captions.
This repository contains an eZ Platform 3.0 compatible Event Subscriber that talks to the Azure REST API using the Symfony HTTP Client. There is no support or documentation available, aside from the inline comments. To enable this Event Subscriber you should make sure it is configured appropriately in config/services.yaml as described in the Symfony Event Dispatcher documentation.
More information in the blog post: Automatic image captions with Microsoft Azure Computer Vision API
## eZ Platform is now Ibexa DXP
Going forward from version 3.2 eZ Platform (Enterprise Edition) will be known as the [Ibexa DXP technology](https://www.ibexa.co/products) that is the base for three products: [Ibexa Content](https://www.ibexa.co/products/ibexa-content), [Ibexa Experience](https://www.ibexa.co/products/ibexa-experience) and [Ibexa Commerce](https://www.ibexa.co/products/ibexa-commerce). Instructions in this code should be relevant since Ibexa DXP is an evolution of eZ Platform, not a revolution. Learn more from the [Ibexa DXP v3.2 launch post](https://www.ibexa.co/blog/product-launch-introducing-ibexa-dxp-3.2) and the [Ibexa developer portal](https://developers.ibexa.co).