Project portfolio from the Executive Post Graduate Programme in Applied AI and Agentic AI — IIIT Bangalore × upGrad. Focus: LLMs, RAG, agentic workflows, multi-agent systems, and production deployment.
- Duration: 30 weeks · 240+ hours · 8+ projects · 2 industry capstones
- Focus: Applied AI (ML, MLOps, deployment) + Agentic AI (agents, planning, multi-agent systems)
- Outcomes: IIIT Bangalore Executive Certificate · Microsoft-recognized credential · Executive alumni status
git clone https://github.com/ananttripathi/PGP-Applied-AI-Agentic-AI-IIITB.git
cd PGP-Applied-AI-Agentic-AI-IIITBEach project lives in projects/ with its own README, code, and setup instructions. See CONTRIBUTING.md for how to add or run projects.
PGP-Applied-AI-Agentic-AI-IIITB/
├── README.md
├── LICENSE
├── CONTRIBUTING.md
└── projects/ # Course projects & capstones
├── README.md # Index of projects
├── module-*/ # e.g. module-rag, module-agents, capstone-a, capstone-b
│ ├── README.md
│ ├── requirements.txt
│ └── ...
└── ...
(Add your course projects under projects/ as you complete them.)
| Area | Tools |
|---|---|
| LLMs & APIs | OpenAI, Anthropic, Google; AWS Bedrock |
| RAG & Search | LangChain, LlamaIndex; Pinecone, Weaviate, Chroma; embeddings, chunking |
| Agentic AI | LangChain (chains, agents, tools, memory), LangGraph, CrewAI, AutoGen |
| ML & MLOps | Scikit-learn, XGBoost, TensorFlow, PyTorch; MLflow, SageMaker; Docker, FastAPI |
| Data & Infra | Python, Pandas, SQL; AWS (S3, Glue, Athena, Redshift); GitHub Actions, Terraform |
- AI Foundation – Data engineering, Python, SQL, EDA
- ML + Deployment – Classical ML, DL, MLOps, SageMaker, FastAPI
- Capstone A – End-to-end ML system (e.g. predictive maintenance, customer intelligence)
- LLM & RAG – Prompting, embeddings, vector DBs, RAG patterns, retrieval governance
- Agentic AI – ReAct, tool use, planning; LangChain, LangGraph, LlamaIndex, CrewAI, AutoGen
- Fine-tuning & Production – LoRA/QLoRA, evaluation; AWS Bedrock, Ray, CI/CD, security
- Capstone B – Production agentic system (e.g. enterprise assistant, autonomous research, operations)
Healthcare · BFSI · Retail · Manufacturing · Media · EdTech · Real Estate · Energy · Automotive · LegalTech · AgriTech · Hospitality
Co-author: ananttripathiak
This project is licensed under the MIT License.
Suggested GitHub topics: iiitb applied-ai agentic-ai langchain llamaindex rag llms upgrad machine-learning
Open a GitHub Issue for questions or suggestions.