Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 230 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 230 Bytes

ai-image-comparison

AI cloud platforms recognition image comparison:

  • AWS Rekognition
  • GCP Cloud Vision
  • Azure Cognitive

Start Flask app: $ python3 battle.py

or using gunicorn with 4 workers: $ gunicorn -w 4 battle:app