Zalo AI Lab tools
Pip package tools for Deep learning task
Installation
pip install ailabtools
Develop instruction
Installation for developing
-
Clone project to folder ailabtools
-
Go to ailabtools
folder, install using pip
:
pip install .
for editable package (for development process), run:
pip install --editable .
-
Check if package installed succesfully by running this python code:
from ailabtools import common
common.check()
right output:
>>> from ailabtools import common
>>> common.check()
AILab Server Check OK
make sure that the output is AILab Server Check OK
without any problems.
-
Optional, check information of package:
pip show ailabtools
Contribution process
-
Deployment branch: master
.
-
Development branch: develop
.
-
Contribution process steps:
- Checkout new branch.
- Add own module.
- Create pull request to branch
develop
. - Waiting for pull request review.
- Pull request merged, ready for beta deployment.
- Stable, ready for
master
merge for offical deployment.
Package modified
Checkout setup.py
for package information.
Add module
Add module in ailabtools
folder.
Documents
Check wiki pages