Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 440 Bytes

Praxis ML Ops Scaffolding and Auth

Incorporated:

  • Weights and Biases (wandb.ai) - LOGIC NOT IMPLEMENTED
  • MLFlow - LOGIC NOT IMPLEMENTED

Steps to Build the Package:

Ensure Dependencies: Install the necessary build tools.

Copy code
pip install setuptools wheel

Build Your Package: Run the build command to generate distribution files.

Copy code
python -m build

BUILD BUILD BUILD! 🚀