Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

M08 DEMO #1

  • Computer Vision

This code is provided for demo purposes only for course AI-102.

Requirements

  • Azure Subscription
  • Python

Computer Vision

  1. Navigate to the integrated tutorial

  2. Observe object detection capability with providing object position and description.

    obj

  3. Observe read and OCR capability from handwritten and printed text.

    read

  4. Run the scripts from the example folder. Update .env file with your service region and key.

    ACCOUNT_REGION=your region
    ACCOUNT_KEY=your key
  5. Observe thumbnail generation capability by running thumb.py.

    crop

  6. Observe landmarks detection capability by running landmarks.py.

    landmarks