Azure-Samples / cognitive-service-vision-model-customization-python-samples

This is a sample repository demonstrate how to train and predict a custom model with Cognitive Service for Vision, using Python.
MIT License
15 stars 14 forks source link

Pypi package name #16

Open karolzak opened 1 year ago

karolzak commented 1 year ago

Hi team! Just out of curiosity, is it necessary to have this super long name for the python package you are building? Couldn't you simplify it to something more user friendly, such as uvs-python-sdk?

pj-ms commented 1 year ago

Hi, Karol,

As the readme mentioned, this isn't a sdk repo, but a sample code repo.

UVS is not a meaningful name in public space either.

karolzak commented 1 year ago

Right, I understand it, but since you published this repo as a package on pypi and I assume you want people to use it (even if it's not any official SDK, etc.) then I think it's worth to consider having more user friendly name (at least for the package). Right now imports in python code look quite enormous:

from cognitive_service_vision_model_customization_python_samples import abc