This commit is contained in:
Banujan Balendrakumar 2020-06-15 21:48:37 +05:30 коммит произвёл GitHub
Родитель bde7fe8c79
Коммит db5a2f6461
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,7 @@ Would you like to include your projects to this gallery? Follow the **[Checklist
- [Angular Server Side Rendering](#angular-server-side-rendering)
- [Shop at Home](#shop-at-home)
- [Rock paper scissors](#rock-paper-scissors)
- [Azure Vision: Object Detection App](#azure-vision)
- [Eleventy](#eleventy)
- [Eleventy Blog Starter](#eleventy-blog-starter)
- [Gatsby.js](#gatsbyjs)
@ -368,3 +369,18 @@ Peacock is a Visual Studio Code extension with 700,000+ installations. It subtly
> Stacks Used: `vuepress, azure static web apps, nodejs`
---
### **[Azure Vision](https://delightful-flower-09099960f.azurestaticapps.net)**
<p align="center">
<img src="./media/azure_vision.gif" alt="Azure Vision" width="100%">
</p>
**Azure Vision** is a **Object Detection App** which will detect the objects in given image using **Azure Cognitive Services (Computer Vision API)** built with ❤️ & **Angular**
- Link to the project: **[HERE](https://delightful-flower-09099960f.azurestaticapps.net)**
- GitHub repo: **[HERE](https://github.com/banujan6/azure-cognitive-service-computer-vision)**
> Stacks Used: `Angular, Typescript, Azure Static Web Apps, Azure Cognitive Services`
---