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
- Host: GitHub
- URL: https://github.com/colbylwilliams/retailvision
- Owner: colbylwilliams
- License: mit
- Created: 2018-04-25T13:00:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T17:08:36.000Z (over 7 years ago)
- Last Synced: 2025-06-03T18:46:31.563Z (6 months ago)
- Topics: azure, cognitive-services, custom-vision, ios, microsoft, microsoft-cognitive-services, swift
- Language: Swift
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)