Skip to content

Lee4real/Image-Analysis-with-Azure-Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Analysis with Azure Computer Vision

This project uses Azure's Computer Vision service to analyze images.

Setup

  1. Install dependencies:

    pip install python-dotenv azure-ai-vision
    
  2. Set up environment variables: Create a .env file in the project root with:

    AI_SERVICE_ENDPOINT=https://your-endpoint.cognitiveservices.azure.com/
    AI_SERVICE_KEY=your-api-key
    

Usage

Run the script with an image file as an argument:

python image-analysis.py images/street.jpg

This will analyze the image and save the results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages