This repo hosts course projects from the IIIT Bangalore × upGrad Executive PGP in Applied AI and Agentic AI.
- Create a folder under
projects/, e.g.:projects/module-rag-retrieval/projects/capstone-a-ml-system/projects/capstone-b-agentic-assistant/
- Inside that folder, add:
README.md– What the project does, how to run it, dependencies, and (optional) links to course module.requirements.txt– Python dependencies.- Your code (notebooks, scripts, app, etc.).
- Optionally add a short entry in
projects/README.md(project index).
- Each project has its own
README.mdandrequirements.txt. - Typical setup:
cd projects/<project-name> python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt
- Follow the project-specific README for data, API keys, and run instructions.
- Program: Executive PGP in Applied AI and Agentic AI (upGrad × IIITB)
- Focus: Applied AI (ML, MLOps) + Agentic AI (LLMs, RAG, multi-agent systems, LangChain, CrewAI, etc.).
Open a GitHub Issue.