southwood / project-oxford-python

Project Oxford for Python
MIT License
25 stars 12 forks source link

API version #7

Closed pirakleous closed 4 years ago

pirakleous commented 8 years ago

Can you change the api version from v0 to v1?

southwood commented 8 years ago

I gave @zooba control of the PIP package (https://pypi.python.org/pypi/projectoxford/0.2.0) and he has been publishing from this repo: https://github.com/zooba/projectoxford (Note: this is probably the source of the error in #8). It looks like there is still not support for any of the image-based APIs. @irjudson do you know where this landed? Should I deprecate this repo or is it still the primary source for using the oxford image APIs from python?

zooba commented 8 years ago

I'm inclined to give it back, now that it's been renamed to Cortana Intelligence Suite, and you seem to have more willing contributors than I do. Interested?

irjudson commented 8 years ago

I can't tell who you're talking to Steve, but I'd be happy to take ownership and drive the python client forward. I've got time and interest, what's your plan scott?

-Ivan

Ivan R. Judson irjudson.org (425) 679-1375

On Thu, Jun 16, 2016 at 4:42 PM, Steve Dower notifications@github.com wrote:

I'm inclined to give it back, now that it's been renamed to Cortana Intelligence Suite, and you seem to have more willing contributors than I do. Interested?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/southwood/project-oxford-python/issues/7#issuecomment-226644902, or mute the thread https://github.com/notifications/unsubscribe/AAAr00oqujD0BE6qskRRunx4ROcITGQHks5qMd-AgaJpZM4IpGDk .

southwood commented 8 years ago

I'm happy to hand off ownership. I'm no longer with Microsoft and unfortunately haven't been working with python as much lately.

Given the rename, I think the ideal situation would be to have one python package for each API suite provided by Cortana Intelligence (formerly project oxford). For example cortana-intel-vision, cortana-intel-speech, cortana-intel-language, cortana-intel-knowledge, and cortana-intel-search. Currently this repo contains a client for vision APIs and @zooba's repo contains a client for speech and a client for the vision/emotion API with a dependency on open CV.

@lightfrenzy, do you have any input on this? Is there any interest from your team around owning or maintaining the open-source python clients for Cortana Intelligence?