Enrol Now →
Capstone 💎 Platinum Certificate Live Mentor Sessions

Build Something
Real. Ship It.

The culminating 8-week project course where you apply everything you've learned to build, deploy, and demo a production-grade AI system — with live mentor guidance, weekly feedback sessions, and a real-world capstone that becomes the centrepiece of your portfolio.

8 Weeks 🗓 8 Mentor Sessions 🏆 Platinum Badge 🎯 Portfolio-ready project
100%Project-Based
8Mentor Reviews
1:1Career Session
💎Platinum Cert
9,999₹18,000
You save ₹8,001 — 44% OFF
or ₹834/month · 12-month no-cost EMI
What's Included
8 live mentor review sessions
1:1 career coaching session
Full project scoping support
Weekly feedback & code review
Deployment infra assistance
LinkedIn Platinum badge
LinkedIn profile + resume review
Live demo to hiring partners
Placement referral support
🗓 Next Batch: Jun 7, 2025 Sat sessions · 11:00 AM – 1:00 PM IST
// The Capstone
You Build. You Ship. You Own It.

This isn't a guided tutorial with a predetermined outcome. You choose a real problem, design an AI solution, build it from scratch, deploy it live, and present it to the batch — and to hiring partners. Every decision is yours. Every line of code is yours. Every result is yours.

🎯 Week 1–2

Scope & Design

Define your problem, validate the approach, and design the system architecture with mentor feedback.

⚙️ Week 3–5

Build & Iterate

Implement core ML/AI components with weekly code reviews. Break things, learn why, fix them better.

🚀 Week 6–7

Deploy & Polish

Ship to production. Build a live demo. Add monitoring. Make it something you'd show a hiring manager.

🏆 Week 8

Demo Day

Live presentation to the cohort and invited hiring partners. Real feedback. Real opportunity.

🗺️
Problem FramingTurning business problems into ML-solvable statements with clear success metrics
🏗️
System Design for AIArchitecture decisions, data pipelines, model selection and tradeoffs
🔁
Iterative DevelopmentBuilding v0 fast, measuring, and improving — not perfecting before shipping
🌐
Production DeploymentFastAPI, Docker, cloud hosting, CI/CD basics for your specific project
📊
Monitoring & ObservabilityLogging, drift detection, and knowing when your model is degrading in production
🎤
Technical StorytellingHow to demo your project, explain decisions, and handle hard questions in interviews
// Past Capstones
What Students Have Built

Every project is unique to the student's domain and goal. These are real capstones built by recent Newton JEE graduates — all are live in production or on GitHub.

// How Mentorship Works
Weekly Review Sessions

Every week, you share your latest code, demo, or architecture doc. Your mentor does a live review — specific, constructive, and laser-focused on making your project better. This is what professional code review feels like.

// Sample Mentor Review Session · Week 4 Live Replay
VR
Vikram Rajan · Student
I've got the RAG pipeline working — embeddings in FAISS, retrieval looks good. But my generation latency is around 4–5 seconds per query on free-tier. Is this a retrieval issue or the LLM call?
MK
Meera Krishnan · Mentor · Ex-Google
Good question — add a timer around both calls and isolate it. But my bet is the LLM. Before optimising: are you passing the full retrieved context every time? If so, add a re-ranker to cut your context window by 60%. Here's the pattern:
Code review suggestion
SY
Also — your FAISS index size tells me you're storing raw vectors without compression. Try Product Quantisation (PQ) if you need to scale beyond 50K docs.
Architecture note

This is what every review session looks like. You bring a specific problem. Your mentor brings a decade of production experience.

// 8-Week Structure
Week-by-Week Breakdown
  • 1:1 project consultation — choosing a problem you'll care about for 8 weeks
  • From idea to ML problem statement: defining inputs, outputs, and success metrics
  • Baseline research: what exists, what doesn't, what your project uniquely adds
  • Data availability audit — do you have enough of the right kind of data?
  • Deliverable: Project Brief (1-page doc with problem, approach, and timeline)
  • Designing your full system: components, data flow, model interfaces
  • Data collection, cleaning, and versioning with DVC
  • Setting up your repo structure the production-engineering way
  • Architecture review with mentor — identifying risks before you build
  • Deliverable: System design doc + clean data pipeline running
  • Rapid prototyping: build v0 by end of week 3, no matter how rough
  • Experiment tracking with MLflow — logging every run, metric, and parameter
  • Model selection: picking the right approach for your specific problem constraints
  • Baseline → improved model → evaluating the delta honestly
  • Weekly code review: mentor reads your actual code, not just outputs
  • Deliverable: Working model v1 with evaluation metrics documented
  • Building a FastAPI or Flask backend to serve your model predictions
  • Input validation, error handling, and graceful failure modes
  • Logging inference requests for monitoring and debugging
  • Frontend or demo UI — Streamlit, Gradio, or basic HTML/React depending on project
  • Deliverable: Local demo that a non-technical person can use
  • Containerising your app with Docker: reproducibility and clean dependencies
  • Deploying to a live URL: AWS EC2, Railway, Render, or Hugging Face Spaces
  • Basic monitoring: request logs, latency tracking, alert conditions
  • Performance optimisation: reducing latency, memory usage, and cost per prediction
  • Writing a strong README and GitHub repo that impresses recruiters
  • Deliverable: Live deployed project with public URL
  • How to demo an ML project: the 5-minute structure that works in any interview
  • Handling hard questions: "Why this model?", "What would you do differently?", "Can it scale?"
  • Live demo to cohort — peer feedback in real-time
  • Presentation to invited hiring partners from the Newton JEE network
  • Platinum certificate issuance + LinkedIn badge activation
  • Deliverable: Demo Day presentation (recorded and added to your portfolio)
// After the Capstone
What This Earns You
💼

A Real Portfolio Project

Not a tutorial. Not a Kaggle fork. A system you designed, built, deployed, and can explain from first principles in any interview.

↑ Most cited in interviews
💎

Platinum LinkedIn Badge

The highest certificate in the Newton JEE path. Signals to recruiters that you've gone end-to-end — from raw data to production system.

Unlocks Full Stack AI Engineer cert
🎤

Live Demo Day Exposure

Your project is presented to actual hiring partners from our network. Some graduates have received interview calls directly from Demo Day.

Hiring partner network
🧭

1:1 Career Coaching

A dedicated session with a mentor to map your next 6 months: which roles to target, how to position your portfolio, which skills to build next.

Post-capstone career plan

// This Course Is Right For You If

🎓 You've completed 4+ Newton JEE courses and feel ready to apply everything in one project
💼 You want a specific, impressive portfolio piece rather than a list of certificates
🚀 You're preparing for ML Engineer, Data Scientist, or AI Engineer job applications
🏢 You want direct exposure to hiring partners and real interview prep
// Your Mentor
Expert-Led Code Reviews
MK
Meera Krishnan
Head of ML Engineering · Ex-Google · Ex-Flipkart AI
10 years shipping ML systems at scale — from Google's search quality team to Flipkart's recommendation engine that now serves 400M users. Meera has mentored 80+ engineers transitioning into ML roles and believes the fastest way to learn systems thinking is to build one real thing with a real deadline. Her capstone philosophy: "I don't care about perfect code. I care about honest problem-solving and clear thinking. Those are the things you can't fake in an interview." Every project gets weekly code reviews that are direct, specific, and immediately actionable.
MLOpsSystem DesignPyTorch Distributed MLCareer CoachingIIT Bombay M.Tech
// Upcoming Batches
Pick Your Cohort
Cohort #05
Jun 7, 2025
Saturdays · 11:00 AM – 1:00 PM IST
2 seats left
Cohort #06
Jul 5, 2025
Saturdays · 11:00 AM – 1:00 PM IST
9 seats open
Cohort #07
Aug 2, 2025
Saturdays · 11:00 AM – 1:00 PM IST
15 seats open
// Ready to Build?
Enrol in AI Capstone
9,999 ₹18,000
Save ₹8,001 · 44% OFF
or ₹834/month · 12-month no-cost EMI
🔒 Secured by Razorpay · 100% refund after first session if unsatisfied
Everything included
8 live mentor review sessions (2hr each)
1:1 career coaching session
Dedicated project Slack channel
Weekly written code feedback
Deployment infra guidance
LinkedIn Platinum badge
Full Stack AI Engineer certificate
Demo Day with hiring partners
Resume + LinkedIn profile review
Placement referral support
// Alumni Feedback
What Capstone Graduates Say
★★★★★
The Capstone was the hardest and most valuable thing I've done in my career. Meera's weekly reviews were surgical — she didn't tell me what to build, but she asked the right questions until I figured out why my architecture was wrong. My project is now the first thing I show in any interview. I got 4 offers from it.
AS
Anjali Sharma
B.Tech EEE → ML Engineer · Microsoft India
★★★★★
The Demo Day was surreal. I presented my clinical NLP project to 3 companies and got an interview from one of them the next week. That doesn't happen with any other course. You're not just learning — you're being introduced to the industry.
RK
Rahul Karthik
MBBS + CS → AI Research Engineer · Apollo Hospitals
★★★★★
I'd done 6 courses before the Capstone. The Capstone is where I finally understood that knowing ML and knowing how to build ML systems are completely different skills. The deployment week alone taught me more than 3 months of Udemy courses.
VP
Vipul Patel
B.Tech CSE → AI Engineer · Zepto
★★★★★
The 1:1 career session with Meera changed my job search strategy completely. She looked at my project, my target companies, and my resume, and gave me a 3-month plan that was more specific and useful than 6 months of general career advice. Got placed within 8 weeks.
PD
Priya Desai
3 Years IT Support → Data Scientist · Paytm
// Prepare for the Capstone
Recommended Prerequisites
9,999₹18,000
You save ₹8,001 — 44% OFF
or ₹834/month · 12-month no-cost EMI
What's Included
8 live mentor review sessions
1:1 career coaching session
Full project scoping support
Deployment infra guidance
LinkedIn Platinum badge
Demo Day with hiring partners
Resume + LinkedIn review
Placement referral support
🗓 Next Cohort: Jun 7, 2025 Saturdays · 11:00 AM – 1:00 PM IST · 2 seats left
₹9,999
₹834/mo EMI
💬