imagevalidator

command
v0.0.0-...-f4caf3a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2021 License: MIT Imports: 5 Imported by: 0

README

Image Validator

This service accepts requests to validate images by URL. It sends the given image to an AI vision service to ensure that the image likely matches some criteria. For example, given an image of a dog, and a criteria that it's 90% certain to actually be a dog, this service returns whether or not the image matches that criteria.

Additionally, this service checks the backing AI system to ensure that the given image does not have any adult or "racy" content. See Azure content moderator for more information on that.

Things to Think About

  • Rate limiting / backpressure
  • A cache to quickly determine whether an image was already checked and, if so, if it's valid or invalid

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL