MicrosoftLearning / AI-102-AIEngineer

Lab files for AI-102 - AI Engineer
https://microsoftlearning.github.io/AI-102-AIEngineer/
MIT License
732 stars 837 forks source link

Python Packages in 15 Computer Vision #220

Closed mirontoli closed 1 year ago

mirontoli commented 1 year ago

Module: 15 Computer Vision

Lab/Demo: 00

Task: 00

Step: prepare-to-use-the-azure-ai-vision-sdk

Description of issue: Missing python packages

Add the following packages too:

pip install matplotlib
pip install Pillow

Also remove or uncomment unused import in image-analysis.py

import numpy as np

Repro steps:

1. 1. 1.

ivorb commented 1 year ago

I'm in the process of refreshing this lab and content, I'll address these at the same time. Thanks for reporting!

mirontoli commented 1 year ago

Thank you!