Skip to main content

Add your description here

Project description

chandan-aiops

Chandan-AIOps is a Python command-line tool that generates production-ready AI/ML project structures using industry-standard MLOps practices.

It enables data scientists and ML engineers to bootstrap scalable, reproducible machine learning projects with a single command—eliminating repetitive setup work and enforcing best practices from day one.


Key Capabilities

  1. One-command generation of complete AI/ML project scaffolding

  2. Opinionated yet extensible project layout aligned with real-world MLOps workflows

  • Built-in support for:
  1. MLflow experiment tracking

  2. DVC-based data and model versioning

  3. FastAPI inference services

  4. CI/CD via GitHub Actions

  5. Project structure validation utilities

  6. Designed for local development, experimentation, and production deployment


Installation Guide:

Step1: pip install chandan-aiops
Step2: python -m chandan_aiops.cli <ProjectTitle>
       # Windows Command Prompt:
         doskey aiops-create=python -m chandan_aiops.cli $*
       # Windows PowerShell:
         function aiops-create { python -m chandan_aiops.cli @args }
       # Mac/Linux:
         alias aiops-create="python -m chandan_aiops.cli"
Step3: Designed Folder Structure

my-ai-project/
├── data/                  # Data management
│   ├── raw/               # Raw, immutable data
│   └── processed/         # Processed data
├── data_insights/         # EDA reports and analysis
├── models/                # Trained model storage
├── mlruns/                # MLflow experiment tracking
├── logs/                  # Application logs
├── research/              # Jupyter notebooks
├── src/                   # Source code (your ML pipeline)
│   ├── data_ingestion.py  # Data loading module
│   ├── data_preprocessing.py  # Data cleaning
│   ├── model_builder.py   # Model training
│   ├── model_evaluator.py # Model evaluation
│   ├── model_predictor.py # Prediction module
│   └── logger.py          # Logging configuration
├── app/                   # Web application (FastAPI)
│   ├── main.py           # FastAPI app
│   ├── schemas.py        # Pydantic models
│   ├── service.py        # Business logic
│   ├── templates/        # HTML templates
│   └── static/           # CSS/JS assets
├── tests/                 # Test files
├── config.py             # Configuration settings
├── main.py               # Main pipeline entry point
├── Dockerfile           # Container configuration
├── dvc.yaml             # Data version control
├── .dvcignore           # DVC ignore patterns
├── .github/             # CI/CD workflows
│   └── workflows/
│       └── ci.yml       # GitHub Actions pipeline
├── pyproject.toml       # Dependencies and metadata
└── README.md            # Project documentation


Note:

Validate Project Structure:

  • Validate current directory

python -m chandan_aiops.cli validate

  • Validate specific project

python -m chandan_aiops.cli validate ./my-project

Version Package:

python -m chandan_aiops.cli version


Package and Source Code:


License

MIT License


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

chandan_aiops-1.3.0.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chandan_aiops-1.3.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file chandan_aiops-1.3.0.tar.gz.

File metadata

  • Download URL: chandan_aiops-1.3.0.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for chandan_aiops-1.3.0.tar.gz
Algorithm Hash digest
SHA256 b52c036e1ec48e1597afe0f9968502506e17f83109a4885c1d17b2cd9e0fa7ee
MD5 8d778c0abadb829b3a130f24de06592a
BLAKE2b-256 ac726611ef4ccef674c12149df60b3e69960dc2a24bb48ebdbea0a143ed46dc6

See more details on using hashes here.

File details

Details for the file chandan_aiops-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: chandan_aiops-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for chandan_aiops-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 05903a3dce07199d1d849c6f9b51a71ae31d27f969b46f2688d96e85e30a6dfa
MD5 cd65d2022d3d09b96fd04cb2051a7cd9
BLAKE2b-256 a653161dbb13961c4f15997e867950573580121ee98dfb5442d777b4c7bddbe0

See more details on using hashes here.

Supported by

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