Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.61 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.61 KB

About Image Analyzer Application

This is an application to Analyze images and videos using Machine Learning and ImageAI from InterSystems IRIS Embedded Python

Installation

  1. Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/image-analyzer.git
  1. Open a Docker terminal in this directory and run:
$ docker-compose build
  1. Run the IRIS container:
$ docker-compose up -d 
  1. Go to your Postman (or other similar REST client) and config the request like this image:

Request Image Analysis input

  1. Click send and get a response with detected objects like this:

Request Image Analysis output

Credits

This application used ImageAI framework

Run online

http://ymservices.tech:52773/image-analyzer/analyzeImage

@misc {ImageAI, author = "Moses and John Olafenwa", title = "ImageAI, an open source python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities", url = "https://github.com/OlafenwaMoses/ImageAI", month = "mar", year = "2018--" }