diff --git a/README.md b/README.md index 2596024..f93d3c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NN Common Modules -Common modules, blocks and losses which can be reused in a deep neural netwok specifically for segmentation Please use [technical documentation](https://shayansiddiqui.github.io/nn-common-modules/build/html/) for a reference to API manual +Common modules, blocks and losses which can be reused in a deep neural netwok specifically for segmentation Please use [technical documentation](https://ai-med.github.io/nn-common-modules/build/html/) for a reference to API manual This project has 3 modules * Losses (losses.py) -> It has all the loss functions defined as python classes @@ -37,7 +37,7 @@ You need to have following in order for this library to work as expected Always use the latest release. Use following command with appropriate version no(v1.0) in this particular case to install. You can find the link for the latest release in the release section of this github repo ``` -pip install https://github.com/shayansiddiqui/nn-common-modules/releases/download/v1.0/nn_common_modules-1.0-py2.py3-none-any.whl +pip install https://github.com/ai-med/nn-common-modules/releases/download/v1.0/nn_common_modules-1.0-py2.py3-none-any.whl ``` ## Authors