Skip to content

Falien164/azure_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

azure_detection

Kidney glomeruli detection on Azure Cloud

Requirements

Install these python libraries

pip install azure-cognitiveservices-vision-customvision
pip install pillow
pip install Numpy

How to use

Detector.py is endpoint application and firstly it's necessary to publish trained model on page customVision.ai. Next step is to set key and other variables in detector.py like:

ENDPOINT = "PASTE_YOUR_CUSTOM_VISION_TRAINING_ENDPOINT_HERE"
prediction_key = "PASTE_YOUR_CUSTOM_VISION_PREDICTION_SUBSCRIPTION_KEY_HERE"
prediction_resource_id = "PASTE_YOUR_CUSTOM_VISION_PREDICTION_RESOURCE_ID_HERE"
publish_iteration_name = 'PASTE_YOUR_CUSTOM_VISION_Iteration_NAME'  #e.g. 'Iteration1'
image_filename = "PASTE_LOCATION_OF_FILE"
image_save_localisation = "PASTE_YOUR_FINAL_LOCATION"

Results

First image is from quick test from customVision.ai website. Next two are from app.

About

Kidney glomeruli detection on Azure Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages