DebarghaG / xIdentify

An API that does image predictions, and explains what parts of the image contributed to the assessment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identify

An API that does image predictions, and explains what parts of the image contributed to the assessment.

Basic Specifications

  • Using an inception_v3 network pre-trained on the Imagenet database
  • Demo of visualising the superpixels that lead towards the specific predictions

Sample Results

Image of funnydog Image of hoodie Image of Putin

Requirements

  • Flask
  • Lime
  • Torch
  • Numpy
  • SkImage

How to run

cd src/

export FLASK_APP = main.py

flask run

About

An API that does image predictions, and explains what parts of the image contributed to the assessment.

License:Apache License 2.0


Languages

Language:Python 100.0%