An open API service indexing awesome lists of open source software.

https://github.com/colbylwilliams/retailvision

Sample iOS demonstrating Swift SDK for Microsoft Azure and Custom Vision Service
https://github.com/colbylwilliams/retailvision

azure cognitive-services custom-vision ios microsoft microsoft-cognitive-services swift

Last synced: 5 months ago
JSON representation

Sample iOS demonstrating Swift SDK for Microsoft Azure and Custom Vision Service

Awesome Lists containing this project

README

          

# RetailVision

RetailVision is a sample application demonstrating real-time product identification using Microsoft's [Custom Vision Service](https://azure.microsoft.com/en-us/services/cognitive-services/custom-vision-service/) with [`Vision` & `CoreML`](https://developer.apple.com/machine-learning/).

## Requirements
- iOS 11.0+
- Xcode 9.3+
- Swift 4.1+
- [Carthage](https://github.com/Carthage/Carthage)
- [Azure Account](https://azure.microsoft.com/en-us/free/)
- [Custom Vision Account](https://www.customvision.ai/account/signin)

## Get Started

### Prerequisites

#### 1. Azure Account

To use Azure.Mobile, you'll need an Azure account. If you already have one, make sure you’re [logged in](https://portal.azure.com) and move to the next step.

If you don't have an Azure account, [sign up for a Azure free account](https://azure.microsoft.com/en-us/free/) before moving to the next step.

#### 2. Custom Vision Account

Once you're set up with your Azure account, you can simply go to https://customvision.ai and [sign in](https://www.customvision.ai/account/signin).

### Clone the repo

## Third-party Frameworks ❤️
- [Azure.Mobile](https://github.com/Azure/Azure.Mobile)
- [Azure.iOS](https://github.com/Azure/Azure.iOS)
- [Willow](https://github.com/Nike-Inc/Willow)
- [KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess)
- [CustomVision](https://github.com/colbylwilliams/CustomVision)
- [Eureka](https://github.com/xmartlabs/Eureka)
- [Nuke](https://github.com/kean/Nuke)
- [ImagePicker](https://github.com/colbylwilliams/ImagePicker)
- [Whisper](https://github.com/hyperoslo/Whisper)