mattporritt / moodle-search_elastic

An Elasticsearch engine plugin for Moodle's Global Search
https://moodle.org/plugins/search_elastic
GNU General Public License v3.0
15 stars 13 forks source link

Add image search functionality #15

Closed mattporritt closed 7 years ago

mattporritt commented 7 years ago

Extend plugin to support indexing and searching of images.

AWS has a service that will return content information of a provided image. Integrate this service with the plugin so images can be indexed and searched.

Relevant documentation links: http://docs.aws.amazon.com/aws-sdk-php/v3/api/api-rekognition-2016-06-27.html#detectlabels https://aws.amazon.com/rekognition/

Initial high level tasks

mattporritt commented 7 years ago

This is ready for testing now! have a look at branch: issue15-imagesearch for the test code.

mattporritt commented 7 years ago

This is merged to master now.