╔═══════════════════════════════════════════════════════════════════╗
║ > INITIALIZING PROFILE... ║
║ > LOADING PRAJWAL_A.exe ║
║ > STATUS: STUDENT → BUILDER → [ASPIRING ENGINEER] ║
║ > ALL SYSTEMS OPERATIONAL. WELCOME. [ OK ] ║
╚═══════════════════════════════════════════════════════════════════╝
┌─────────────────────────────────────────┐
│ ~/prajwal » cat whoami.py │
└─────────────────────────────────────────┘
class Prajwal:
title = "Aspiring AI / ML Engineer [ student → builder ]"
focus = "End-to-end ML systems · From data to deployment"
currently = ["MLOps pipelines", "Model optimization", "Production AI"]
building = "Intelligent systems that exist in the real world — not just notebooks"
stack = {
"core" : ["Python", "PyTorch", "TensorFlow", "scikit-learn"],
"deploy" : ["Azure", "Streamlit", "Supabase"],
"data" : ["NumPy", "Pandas", "Plotly", "Matplotlib"],
"also" : ["C", "C++", "R"],
}
philosophy = "Benchmarks are vanity. Real-world impact is everything."
status = "🟢 Open to collaborate"
def __repr__(self):
return "Student who ships — not just experiments."┌─────────────────────────────────────────┐
│ ~/prajwal » cat now_playing.json │
└─────────────────────────────────────────┘
╔══════════════════════════════════════════════════════╗
║ ▶ NOW LEARNING [live] ║
╠══════════════════════════════════════════════════════╣
║ ║
║ 🎵 MLOps & Production Pipelines ║
║ ████████████████████░░░░░░ 72% ║
║ ║
║ 🎵 Model Optimization & Pruning ║
║ ████████████████░░░░░░░░░░ 60% ║
║ ║
║ 🎵 Building Open Source AI Tools ║
║ ███████████████████░░░░░░░ 68% ║
║ ║
║ 🎵 Deep Learning Architecture Design ║
║ ████████████░░░░░░░░░░░░░░ 45% ║
║ ║
╠══════════════════════════════════════════════════════╣
║ QUEUE: Docker · FastAPI · LLM Fine-tuning →→→ ║
╚══════════════════════════════════════════════════════╝
┌─────────────────────────────────────────┐
│ ~/prajwal » ls tech/ │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ ~/prajwal » git log --stat │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ ~/prajwal » git log --graph │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ ~/prajwal » ./snake --feed commits │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ ~/prajwal » cat philosophy.txt │
└─────────────────────────────────────────┘
╔══════════════════════════════════════════════════════════════════╗
║ ║
║ "Most people build models. I'm learning to build systems ║
║ that survive contact with the real world." ║
║ ║
║ The gap between a notebook and production is where ║
║ most ML projects go to die. I'm closing that gap. ║
║ ║
╚══════════════════════════════════════════════════════════════════╝

