Skip to main content

ML-MAID : ML - Miniature Automatic Installer for Dependencies

Project description

ML-MAID : ML - Miniature Automatic Installer for Dependencies

  • Install dependencies without having to issue a zillion pip install commands.
  • Re-implement ML-Maid compliant workflows and repositories without a sweat.
  • No need to use Conda and Docker unless you really have to.
  • Requirement files don't solve the problem.
  • Setup CUDA automatically.

Why ML MAID ?

ML Maid aimed to be a complete and unique tool that aims to automatically install dependencies in Python with specific focus on ML environments. It aims to solve the problem of environment re-creation from old code without the hassle of manually building docker containers unless really required. The idea behind ML-Maid is to implicitly enforce checks to keep the environment setup as simple as possible, so that it is easy to replicate. It also aims to completely automate the environment replication process. It aims to keep the environment simple starting from the production phase of the software life-cycle to save developer time.

Is ML-Maid a Replacement for Docker / Conda / Python Venv : NO

ML Maid aims to automate the use of tools like Docker / Conda / Python venv without adding any additional complexity so that the developer can focus on writing code.

Installation

pip install ml-maid

Usage

In your main Python script add the following to automatically install / check the dependencies before any other code is run:

from mlmaid import install
install(script_path=__file__, python_version='3.10.12', sys_reqs=['cuda==11.8'])

(Change Python version and cuda version according to your requirements)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlmaid-0.1.2.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

mlmaid-0.1.2-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file mlmaid-0.1.2.tar.gz.

File metadata

  • Download URL: mlmaid-0.1.2.tar.gz
  • Upload date:
  • Size: 22.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for mlmaid-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b60e717b938541005e75de690802fff3367831ba512834c1fe4c1bd7e390664f
MD5 168dfa9aa0056f445ee000ec8301bb56
BLAKE2b-256 0d178aff32a329f3db28be3988aa0e037109e8927b65a2e3ac3d7e74c9c1590a

See more details on using hashes here.

File details

Details for the file mlmaid-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: mlmaid-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 22.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for mlmaid-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e0c65b84766ef85705b5cc994615edd033da71af69c21abe4a5395be85aa03c5
MD5 673a8b16cf673dc3b054ef8fdd52c2f2
BLAKE2b-256 ab1734073bce24c47d5c59c74b7a217b1cfd3e8d86b5456328445d8b467b2c60

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page