Skip to content

Python Embedded IRIS Application to Analyze images and videos using Machine Learning and ImageAI

License

Notifications You must be signed in to change notification settings

yurimarx/image-analyzer

Repository files navigation

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--" }

About

Python Embedded IRIS Application to Analyze images and videos using Machine Learning and ImageAI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published