Why This Programme Is Different
Most courses teach you to use AI tools. This programme teaches you to build them. Every concept is applied immediately in a live coding environment. You will write code in every session — there are no slide-only classes.
| Level | Intermediate (Python required) |
| Format | Instructor-led · Lab-first · Offline |
| Effort | 24 hrs/week × 6 weeks |
| Audience | Btech/MCA students (ITER) |
| Certificate | RPT Verified — at ≥ 70% overall |
| Contact | contact@rptcohort.com |
Your 6-Week Learning Journey
Each module builds on the previous. Skip nothing — every lab produces an artefact that feeds into your capstone project.
The Capstone Project
Running in parallel with instruction from Day 1, your capstone is not a tutorial clone — it is an original AI application you design, build, evaluate, and publicly deploy. This becomes your portfolio.
Your Instruction Team
Every facilitator has built and deployed Gen AI systems in production. They have debugged the errors your team will face — before you face them.
Seasoned technologist with cross-domain depth in Gen AI, Cloud, Data Engineering, Security, and Supply Chain. Designed curriculum for MCA and engineering programmes across industry-professional workshops.
Expert in Scala, Python, GenAI, Kafka, Spark/PySpark, and cloud platforms (AWS & Azure). Active interview panellist at Cisco, Accenture, and Emids Technologies across 10+ projects. International experience: Japan (2008–09), UK (2017).
Technical Architect with expertise in LLM tuning, RAG, FastAPI, NLP, and AI Automation. Proficient in Power BI, SQL, ETL processes, KPI development, and integrating AI services into web and analytics solutions.
The Production Toolchain
Every tool in this programme is in active use at the world's leading AI engineering teams. You will leave fluent in the stack — not just aware of it.
How We Deliver
The same hands-on, mentor-driven standard across every format. Zero slide-only sessions — ever.
How You Are Assessed
Assessment is continuous and multi-modal, balancing individual accountability with team collaboration. All components are designed around real engineering tasks with tangible, shareable deliverables.
| Component | Weight | Format | Graded |
|---|---|---|---|
| Class Performance Labs + weekly assignments |
40%
|
8 graded lab notebooks + 8 weekly deliverables (pipelines, GitHub repos, reports) | Individual |
| Capstone Project Team submission |
40%
|
GitHub repo + HF Spaces app + IEEE report + eval CSV + model card. 5 dimensions: functionality, innovation, evaluation rigor, code quality, documentation. | Team + Individual |
| Presentations & Viva 5 events across 6 weeks |
20%
|
Mid-course concept presentation (6%) · Proposal pitch (3%) · Progress demo (3%) · Capstone Demo Day (5%) · Individual viva (3%) | Individual |
RPT Consulting Verified Certificate
Issued to all participants who meet the grading threshold. Results dashboard shared with ITER HR/L&D on request. Certificate is shareable on LinkedIn immediately post-programme.
Student Onboarding Checklist
Complete every item on this list before the first class. Click each item to mark it done. Arriving unprepared costs the entire cohort — not just you.
python --version)
python -m venv .venv)
pip install notebook)
pip install openai anthropic langchain
pip install chromadb faiss-cpu sentence-transformers
pip install gradio streamlit fastapi uvicorn
import openai; openai.OpenAI() runs without error