A production-ready CLI tool that scaffolds AI/ML projects interactively
Project description
๐ mzl-init
A production-ready AI/ML project scaffolding CLI โ like Vite, but for Machine Learning.
Installation
pip install -e .
Usage
Interactive mode (recommended)
mzl-init my_project
Launches an arrow-key prompt to select:
- Project type (Tabular ML / Deep Learning / NLP / Computer Vision / LLM App)
- Framework (PyTorch / TensorFlow / Scikit-learn)
- Optional features: FastAPI, Docker, MLflow, DVC, Hydra
Non-interactive mode (CI/CD)
mzl-init init my_project --type tabular --framework sklearn --docker --mlflow
Check your environment
mzl-init doctor
Version
mzl-init --version
Generated Structure
my_project/
โโโ configs/ # YAML configuration files
โโโ data/raw|processed|external
โโโ docs/
โโโ models/ # Trained artifacts
โโโ notebooks/
โโโ reports/
โโโ scripts/
โโโ src/
โ โโโ data/loader.py
โ โโโ features/build_features.py
โ โโโ models/model.py โ framework-specific
โ โโโ training/train.py โ MLflow-aware
โ โโโ evaluation/evaluate.py
โ โโโ inference/predict.py
โ โโโ utils/logger.py
โโโ tests/
โโโ deployment/api|docker|cloud
โโโ .env
โโโ .gitignore
โโโ main.py
โโโ requirements.txt
โโโ pyproject.toml
License
MIT
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
mzl_init-1.0.2.tar.gz
(28.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mzl_init-1.0.2-py3-none-any.whl
(36.7 kB
view details)
File details
Details for the file mzl_init-1.0.2.tar.gz.
File metadata
- Download URL: mzl_init-1.0.2.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
861a77ecf055654328c3bc532f859a790257ed615eaba3d10ab401f924791076
|
|
| MD5 |
f11a2ec91ee5fac677e322b490fb692a
|
|
| BLAKE2b-256 |
0d0ea74ceb5b01d86bb83dd3eb33c2953de6bc69b829c56012d72542e8b8d748
|
File details
Details for the file mzl_init-1.0.2-py3-none-any.whl.
File metadata
- Download URL: mzl_init-1.0.2-py3-none-any.whl
- Upload date:
- Size: 36.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb1e32393d404e309b8766229e2284542a810796aa9b1284ef348cfa26ae2195
|
|
| MD5 |
a7a99a86121f9614cfdbf84743f9d24d
|
|
| BLAKE2b-256 |
a7d8db3b97c3ac27d4296ac819503c44469eb9950a3c46597535a03e3e4fcbc0
|