Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ailabtools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ailabtools

Common tools for Zalo AILab

  • 0.0.64
  • PyPI
  • Socket score

Maintainers
1

Zalo AI Lab tools

PyPI version fury.io

MIT license

PyPI pyversions

Pip package tools for Deep learning task

Installation

pip install ailabtools

Develop instruction

Installation for developing

  1. Clone project to folder ailabtools

  2. Go to ailabtools folder, install using pip:

    pip install .
    

    for editable package (for development process), run:

    pip install --editable .
    
  3. 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.

  4. Optional, check information of package:

    pip show ailabtools
    

Contribution process

  • Deployment branch: master.

  • Development branch: develop.

  • Contribution process steps:

    1. Checkout new branch.
    2. Add own module.
    3. Create pull request to branch develop.
    4. Waiting for pull request review.
    5. Pull request merged, ready for beta deployment.
    6. 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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc