Common tools for Zalo AILab
Project description
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 usingpip
: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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ailabtools-0.0.64.tar.gz
.
File metadata
- Download URL: ailabtools-0.0.64.tar.gz
- Upload date:
- Size: 31.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 424692109deb252f575a995b3b0334ec3c277a9f58d165b88197c159fe02159d |
|
MD5 | 1f42aadd56c80927f5f35c93f4f5529e |
|
BLAKE2b-256 | 7dedca2932bce0e979a22b43a4c5629b5af7e59fce2eb5484b9d4d717fe3d8fe |
File details
Details for the file ailabtools-0.0.64-py3-none-any.whl
.
File metadata
- Download URL: ailabtools-0.0.64-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2932ef4fa2896e406d4359dd3df8e601266618c64b7ae997845092904395d90 |
|
MD5 | 0655aa88f04f77c1a9eb64a6d7da5109 |
|
BLAKE2b-256 | d052cef275d1affb4dc6c953ca1d0accf7cfaf86b0da1f2924541a2c33fc76cd |