Skip to content

Python SDK and sample for IRIS

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE-IMAGE.md
Notifications You must be signed in to change notification settings

olgaliak/Cognitive-IRIS-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft IRIS API: Python SDK

This repo contains the Python SDK for the Microsoft IRIS API, an offering within Microsoft Cognitive Services, formerly known as Project Oxford.

NOTE: This is a work-in-progress.

Installation

pip install 

Installation from Source Code

python setup.py install

Run sample to test images and retrain

A Python SDK sample is also provided, before execution, please install all components listed below.

Sample Prerequisite

  • Python 2.7 (only Python 2 supported due to limitation of wxPython)

Sample Execution

git clone https://github.com/ritazh/Cognitive-IRIS-Python.git
cd Cognitive-IRIS-Python
export TKEY=
export PKEY=
python test.py <directory path with pattern to test images>
e.g. '/Users/testuser/Documents/testimages/{}/'

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.

Developer Code of Conduct

Developers using Cognitive Services, including this sample, are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services”, found at http://go.microsoft.com/fwlink/?LinkId=698895.

About

Python SDK and sample for IRIS

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE-IMAGE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages