Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 575 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 575 Bytes

customvision_ports

Web app using model trained in Custom Vision that detects and classifies several types of ports.

Custom Vision is one of Microsoft's Azure Cognitive Services. We used it to train object detection model which draws bounding boxes around USB-C, Micro-USB, USB-B and Lightning male ports. You can view the website here: https://portvision.azurewebsites.net/ or you can look at our article with further details: https://studuj.digital/category/azure/.

We use python framework Flask for backend and integration of trained model exported from the service.