This repository documents my journey into AI, MLOps,
infrastructure automation, and GPU-accelerated compute.
It includes Terraform-provisioned lab environments (TXGrid), machine
learning projects, and operational tooling like Ansible.
.
├── infra/
│ ├── terraform/ # Infrastructure as Code (TXGrid provisioning)
│ └── ansible/ # Configuration management
├── labs/ # Jupyter notebooks, experiments
├── projects/ # End-to-end ML/AI projects
├── notes/ # Study notes & documentation
└── README.md
- Terraform VM provisioning\
- Cloud-init automation\
- libvirt networking\
- GPU workstation tuning\
- Ansible configuration management
- Python + NumPy + Pandas\
- Classical ML\
- Deep learning
- Model serving\
- Vector databases\
- RAG pipelines\
- Kubernetes + GPUs
Terraform lives in:
infra/terraform/
Ansible lives in:
infra/ansible/
- Add Ansible playbooks\
- Add Terraform README\
- Add GPU benchmarking notebook
- Deploy Kubernetes on TXGrid\
- GPU operator\
- LLM inference pipeline
- Full AI platform on TXGrid\
- Local RAG engine\
- Blog writeups