Skip to content

Example iOS App using the Computer Vision API from Blippar

License

Notifications You must be signed in to change notification settings

blippar/cv-api-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV-API-Sample

Example iOS App using the Computer Vision API from Blippar

Introduction

You should have read the Computer Vision documentation before anything else. This app does nothing but a request to the API and prints the results in the console.

Usage

Open CV-API-Sample.xcodeproj and edit the CV-API.plist file with your own ID and Secret :

<key>client_id</key>
<string>xxx</string>
<key>client_secret</key>
<string>xxx</string>

Then simply Run the project.

You can make it yours by removing all the lines commented with // REMOVE THIS LINE

Contribute

We welcome contributions to make this project to make it more fun and appealing.

License

Licensed under the MIT license

About

Example iOS App using the Computer Vision API from Blippar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages