๐Ÿงฐ Tools & Stack

The complete tool ecosystem for a modern AI engineer โ€” curated for practicality and industry relevance.

๐Ÿ Languages

Python 3.11+
Primary language for all ML and AI work
python.org โ†—
SQL
Data querying for feature engineering and analysis
sqlzoo.net โ†—
TypeScript
Full-stack AI app frontends and Node.js backends
typescriptlang.org โ†—

๐Ÿ”ข Core ML/DL

NumPy
Fast array math and linear algebra primitives
numpy.org โ†—
Pandas
Tabular data manipulation and EDA
pandas.pydata.org โ†—
scikit-learn
Classical ML: pipelines, models, metrics
scikit-learn.org โ†—
PyTorch
Deep learning research and production models
pytorch.org โ†—
XGBoost / LightGBM
Best tabular models for structured data
xgboost.readthedocs.io โ†—

โœจ Generative AI

LangChain
RAG pipelines, chains, and LLM orchestration
python.langchain.com โ†—
LangGraph
Stateful agent workflows with graph-based control
docs.langchain.com โ†—
Hugging Face Transformers
Open-source models, tokenizers, fine-tuning
huggingface.co โ†—
PEFT / LoRA
Parameter-efficient fine-tuning on low VRAM
huggingface.co/docs/peft โ†—
ChromaDB / FAISS
Vector storage and nearest-neighbor retrieval
docs.trychroma.com โ†—
OpenAI API
GPT-4 and embeddings API for production apps
platform.openai.com โ†—

๐Ÿ› ๏ธ MLOps & Deployment

FastAPI
Production ML APIs with Pydantic validation
fastapi.tiangolo.com โ†—
Docker
Container-based deployment and reproducibility
docker.com โ†—
MLflow
Experiment tracking, model registry, serving
mlflow.org โ†—
Weights & Biases
Rich experiment tracking and sweep automation
wandb.ai โ†—
GitHub Actions
CI/CD pipelines for testing and deployment
github.com/features/actions โ†—

๐Ÿงช Dev Tools

VS Code
Primary IDE with Python and Jupyter extensions
code.visualstudio.com โ†—
Jupyter Lab
Interactive notebooks for EDA and prototyping
jupyterlab.readthedocs.io โ†—
Git + GitHub
Version control and portfolio hosting
github.com โ†—
pytest
Unit testing for ML pipelines and utilities
docs.pytest.org โ†—

โ˜๏ธ Cloud & Platforms

Google Colab
Free GPU notebooks for DL experiments
colab.research.google.com โ†—
Hugging Face Spaces
Free model demo hosting with GPU support
huggingface.co/spaces โ†—
Kaggle
Datasets, competitions, free GPU notebooks
kaggle.com โ†—
Vercel
Deploy Next.js AI apps instantly
vercel.com โ†—