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 create <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.4.0.tar.gz (11.6 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.4.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chandan_aiops-1.4.0.tar.gz
  • Upload date:
  • Size: 11.6 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.4.0.tar.gz
Algorithm Hash digest
SHA256 d05bd7be8ea7ba052f78e9d8549c1a9da9145bf3ae5bb9c9a54c49e5268c176a
MD5 1b67eb56ab59d688775de4b12d235805
BLAKE2b-256 78271c99bfd0a28482f79174397642f9c0c7be11de958e252a33b6366db18554

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chandan_aiops-1.4.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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea6142765a6d48627b5f151f84409d9117b1da1d336a0848549a70ba2ecce121
MD5 af040bc8cde82df07951320e3a3b6036
BLAKE2b-256 423e707c594ead9e915b4419b6051922327efd7d2766de1d902c99ae15f6adaf

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