-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs webserver (docs/kazu_webservice.rst) #53
base: main
Are you sure you want to change the base?
Conversation
docs/kazu_webservice.rst
Outdated
|
||
.. code-block:: bash | ||
|
||
git clone https://github.com/AstraZeneca/KAZU.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather than cloning the repo, perhaps it's better to install from pip, as the pip version is tested with the model pack version from the releases page? (main branch may have breaking changes with previous model pack release)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds great! I just tested with my Mac OS environment and installation works well.
Get the version of Kazu in a dynamic manner, Add correct term (Swagger UI), Test env
4ad19ee
to
942b192
Compare
@wonjininfo sorry for the delay in getting back to you. Looks good - just one minor suggestion. Also I rebased and fixed a minor formatting issue |
Sounds good! I've modified the code to reflect your suggestion @RichJackson |
I added a simple tutorial on how to run python -m kazu.web.server (i.e., host a REST API server).
This addresses issue #7.
Please feel free to review and provide any feedback, corrections, or modifications.