amirakbarnejad / PyDmed

MIT License
22 stars 3 forks source link

Can you please make PyDmed available to install from PyPI? #2

Open sengorajkumar opened 2 years ago

sengorajkumar commented 2 years ago

Hello Amir,

I recently came across your paper "DEEP FISHER VECTOR CODING FOR WHOLE SLIDE IMAGE CLASSIFICATION". Its a great paper with lot of new things to learn from it. I would like to learn the techniques and explore the usage of PyDmed. Is it possible for you to package it and make it available through PyPi (Python Package Index) so that folks like me can install on kaggle or colab kernels? Thanks a lot.

Regards, Raj.

amirakbarnejad commented 2 years ago

Hi @sengorajkumar, Yes we should make PyDmed installable from PyPI. But at the moment it is available as a local package. I added some info about installation/usage here: https://colab.research.google.com/drive/1WvntL-guv9JATJQWaS_Ww32DLBwGd9Ux?usp=sharing

Also here is a sample google-colab notebook that uses pydmed: https://colab.research.google.com/drive/1WvntL-guv9JATJQWaS_Ww32DLBwGd9Ux?usp=sharing Although as mentioned in the beginning of the notebook, using pydmed on google-colab is not recommended. I hope the above info helps. Best regards, Amir