https://github.com/catalystcode/cognitive-iris-python
Python SDK and sample for IRIS
https://github.com/catalystcode/cognitive-iris-python
cognitive-services
Last synced: 10 months ago
JSON representation
Python SDK and sample for IRIS
- Host: GitHub
- URL: https://github.com/catalystcode/cognitive-iris-python
- Owner: CatalystCode
- License: other
- Created: 2017-03-22T16:52:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T08:30:30.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T15:48:01.038Z (11 months ago)
- Topics: cognitive-services
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-IMAGE.md
Awesome Lists containing this project
README
# Microsoft IRIS API: Python SDK
This repo contains the Python SDK for the Microsoft IRIS API, an offering within [Microsoft Cognitive Services](https://www.microsoft.com/cognitive-services), formerly known as Project Oxford.
> NOTE: This is a work-in-progress.
## Installation
```bash
pip install
```
## Installation from Source Code
```bash
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](https://www.python.org/downloads/) (only Python 2 supported due
to limitation of wxPython)
### Sample Execution
```bash
git clone https://github.com/ritazh/Cognitive-IRIS-Python.git
cd Cognitive-IRIS-Python
export TKEY=
export PKEY=
python test.py
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](http://go.microsoft.com/fwlink/?LinkId=698895).