AI Learning Roadmap After B.Tech/BCA in India 2026
Month-by-month roadmap — what to learn, build & apply for after graduation
You have your B.Tech or BCA degree. You know AI is the future. But the sheer number of courses, tools, frameworks, and career paths makes it overwhelming to know where to start. This roadmap eliminates that confusion.
We have created four distinct career tracks — ML Engineer, Data Scientist, Prompt Engineer, and AI Product Manager — each with a month-by-month plan that tells you exactly what to learn, what to build, and when to start applying for jobs. Every resource mentioned is free or very affordable.
What You'll Learn
- Four distinct AI career tracks suited to different strengths
- Month-by-month learning plan for each track (6-month horizon)
- Specific free courses and resources for each milestone
- Portfolio project ideas that Indian employers value
- When and how to start applying for AI jobs in India
- Salary expectations by role and company type
Choose Your Track
Before diving into the roadmap, pick the track that matches your strengths and interests:
| Track | Best If You... | Coding Level | Average Starting Salary | |-------|---------------|--------------|------------------------| | ML Engineer | Love math, enjoy building systems | Advanced Python | Rs 10-20 LPA | | Data Scientist | Love analysis, storytelling with data | Intermediate Python | Rs 8-15 LPA | | Prompt Engineer | Strong communication, creative thinking | Basic/None | Rs 8-18 LPA | | AI Product Manager | Enjoy strategy, user experience, business | Basic | Rs 10-18 LPA |
Not sure? Start with Month 1 of any track — the first month is exploratory and you can switch tracks after that.
Track 1: ML Engineer
ML Engineers build, deploy, and maintain machine learning models in production. This is the most technical AI track and commands the highest salaries at product companies.
Month 1: Python + Math Foundations
Goal: Solid Python skills and refreshed math fundamentals
- Python: Complete Kaggle's Python micro-course (free, 5 hours), then work through Python exercises on HackerRank (30 minutes/day)
- Mathematics: Review linear algebra and calculus basics via 3Blue1Brown's "Essence of Linear Algebra" playlist on YouTube (free, 3 hours)
- Statistics: Khan Academy's statistics and probability course (free, self-paced)
- Certificate: Google AI Essentials — complete it this month for a quick LinkedIn credential
End-of-month milestone: Can write Python scripts that manipulate data using NumPy and Pandas
Month 2: Machine Learning Fundamentals
Goal: Understand core ML algorithms and implement them
- Course: NPTEL Introduction to Machine Learning (register for the current semester) OR Andrew Ng's Machine Learning Specialization on Coursera (free audit)
- Hands-on: Complete Kaggle's Intro to ML and Intermediate ML micro-courses
- Practice: Participate in one Kaggle "Getting Started" competition (Titanic or House Prices)
End-of-month milestone: Can train a supervised model, evaluate it, and explain what it does
Month 3: Deep Learning
Goal: Build and train neural networks
- Course: Fast.ai Practical Deep Learning for Coders (free, 7 lessons)
- Tools: Learn PyTorch basics (official PyTorch tutorials, free)
- Project 1: Build an image classifier for an India-specific use case (Indian food recognition, Indian traffic sign classification, or regional language character recognition)
End-of-month milestone: Can build and train a CNN from scratch, understand transfer learning
Month 4: NLP and Transformers
Goal: Understand modern language models and work with text data
- Course: Hugging Face NLP Course (free, 8 chapters)
- Practice: Fine-tune a pre-trained model on an Indian language task
- Project 2: Build a text classification system (sentiment analysis for Hindi reviews, or spam detection for Indian e-commerce)
End-of-month milestone: Can fine-tune transformers and build NLP applications
Month 5: MLOps and Deployment
Goal: Learn to deploy models to production
- Learn: Docker basics (free tutorials), REST APIs with FastAPI (free)
- Tools: MLflow for experiment tracking, Weights & Biases (free tier)
- Cloud: Set up a free-tier account on AWS or Google Cloud
- Project 3: Deploy one of your previous models as an API with a simple web interface
- Certificate: Take Microsoft AI-900 exam (Rs 3,696)
End-of-month milestone: Can containerize and deploy an ML model as a REST API
Month 6: Portfolio + Job Applications
Goal: Present your work and start interviewing
- Portfolio: Create a GitHub portfolio page with all 3 projects, clean READMEs, and documentation
- Resume: Tailor your resume for ML Engineer roles highlighting projects, certifications (Google AI, AI-900, NPTEL), and technical skills
- Interview prep: Practice ML interview questions on InterviewBit and LeetCode (focus on ML system design)
- Apply: Target companies on Naukri, LinkedIn, and AngelList. Apply to 10-15 positions per week
- Networking: Attend AI meetups in your city (Bangalore, Hyderabad, Pune, and Delhi have active ML communities)
Track 2: Data Scientist
Data Scientists analyze data, build predictive models, and communicate insights to business stakeholders. This track balances technical skills with storytelling and business understanding.
Month 1: Python + SQL + Statistics
- Python: Kaggle Python micro-course + Pandas micro-course (free)
- SQL: Kaggle's Intro to SQL + Advanced SQL micro-courses (free)
- Statistics: Khan Academy statistics (free) — focus on hypothesis testing, distributions, and regression
- Certificate: Google AI Essentials
Month 2: Data Analysis and Visualization
- Course: NPTEL Data Science for Engineers (free lectures)
- Tools: Learn Matplotlib, Seaborn, and Plotly for visualization
- Practice: Analyze 2-3 Indian public datasets from data.gov.in (census, agriculture, health)
- Project 1: Exploratory data analysis on an Indian dataset with published insights
Month 3: Machine Learning for Business
- Course: Coursera ML Specialization (audit free) — focus on supervised learning
- Practice: Kaggle competitions (start with tabular data competitions)
- Project 2: Predictive model for an Indian business problem (customer churn for telecom, crop yield prediction, or restaurant rating prediction)
Month 4: Advanced Analytics
- Learn: Time series analysis, A/B testing, recommendation systems
- Course: Kaggle's Feature Engineering + Intro to Deep Learning micro-courses
- Project 3: Build a recommendation engine or time series forecast for Indian data
Month 5: Communication and Tools
- Learn: Tableau or Power BI basics (both have free options)
- Practice: Create dashboards from your previous analyses
- Certificate: Microsoft AI-900 or a Power BI certification
- Soft skills: Practice presenting data insights — record yourself explaining your projects
Month 6: Portfolio + Job Applications
- Portfolio: Blog about your analyses on Medium or LinkedIn (data storytelling is key for DS roles)
- Kaggle profile: Ensure 3+ competition entries and micro-course certificates
- Apply: Target analytics firms (Mu Sigma, Fractal, Tiger Analytics), product companies (Flipkart, Swiggy), and consulting firms (Deloitte, McKinsey)
Track 3: Prompt Engineer
Prompt Engineering is the newest AI career path and one of the most accessible — it requires strong communication skills and creative thinking more than deep coding knowledge. Indian companies are actively hiring for this role in 2026.
Month 1: AI Literacy + Tool Mastery
- Course: Google AI Essentials — complete in week 1
- Practice: Use ChatGPT, Gemini, Claude, and Perplexity daily for different tasks
- Learn: Understand how LLMs work (conceptually) — read our prompt engineering guides
- Document: Start a "prompt journal" — save every effective prompt you create
Month 2: Prompt Engineering Techniques
- Learn: Zero-shot, few-shot, chain-of-thought, system prompts, and advanced techniques like ReAct and Tree of Thought
- Practice: Solve 50+ different tasks using only prompt engineering (writing, analysis, coding, research, creative)
- Project 1: Create a prompt library for a specific industry (Indian legal, Indian education, or Indian marketing)
Month 3: AI Workflows and Automation
- Learn: How to chain AI tools together for complex workflows
- Tools: Zapier AI, n8n, and Make.com for automation
- Project 2: Build an AI-powered content pipeline or customer support workflow
Month 4: Building with AI
- Learn: AI API basics (OpenAI, Anthropic, Google APIs) — enough to build simple applications
- Tools: No-code builders like Bolt.new and v0.dev
- Project 3: Build a functional AI-powered tool using no-code or low-code platforms
Month 5: Specialization
- Choose a niche: AI for content creation, AI for customer support, AI for education, AI for marketing, or AI for enterprise
- Create content: Write about prompt engineering on LinkedIn or start a blog
- Certificate: Explore our prompt engineering certifications guide
Month 6: Portfolio + Job Applications
- Portfolio: GitHub repo with your prompt library, case studies of AI workflows, and tool demos
- Apply: Target AI-first companies, content companies, marketing agencies, and enterprise AI teams
- Freelance: Start freelancing on Upwork/Fiverr with prompt engineering services while job hunting
Track 4: AI Product Manager
AI PMs sit at the intersection of technology, business, and user experience. They decide what AI products to build and how to build them. This is the highest-paying non-technical AI career path.
Month 1: AI Foundations + Product Thinking
- Course: Google AI Essentials + Coursera "AI for Everyone" by Andrew Ng (free audit)
- Read: "The AI Product Manager's Handbook" (O'Reilly)
- Practice: Analyze 5 Indian AI products (Ola Maps AI, PhonePe's fraud detection, Nykaa's recommendations) — write product teardowns
Month 2: Data Literacy
- Learn: SQL basics (Kaggle free course), basic statistics, how to read ML metrics
- Learn: A/B testing concepts, product analytics (Google Analytics, Mixpanel basics)
- Project 1: Write a product requirements document for an AI feature at an Indian company
Month 3: AI Capabilities and Limitations
- Learn: What different AI models can and cannot do — computer vision, NLP, generative AI, recommendation systems
- Practice: Use 10+ AI APIs and tools to understand their capabilities firsthand
- Project 2: Design an AI product roadmap for a hypothetical Indian startup
Month 4: Technical Communication
- Learn: How to write technical specs that ML engineers can build from
- Learn: AI ethics, bias detection, and responsible AI frameworks
- Practice: Work with ML engineers (even friends or online collaborators) to translate your specs into working prototypes
Month 5: Go-to-Market for AI
- Learn: AI product pricing models, user onboarding for AI products, measuring AI product success
- Case studies: Study how Indian AI companies (Haptik, Yellow.ai, Postman) built and scaled their products
- Certificate: Microsoft AI-900 — demonstrates technical credibility
Month 6: Portfolio + Job Applications
- Portfolio: Published product teardowns, PRDs, and a case study of your AI product design
- Apply: Target AI startups (product roles), enterprise companies (AI transformation roles), and consulting firms (AI strategy roles)
- Network: Join Product Hunt, attend AI product meetups, engage on LinkedIn
Common Mistakes to Avoid
1. Trying to learn everything. Pick one track and go deep. A focused 6-month effort beats 2 years of scattered learning.
2. All courses, no projects. Indian employers universally say: "Show me what you built." Certificates without projects are incomplete. Start building from Month 2.
3. Ignoring soft skills. AI roles require communication, presentation, and collaboration skills. Practice explaining your work to non-technical people.
4. Waiting for the perfect starting point. There is no perfect time or perfect course. Start today with whatever track interests you and adjust as you learn more.
5. Comparing yourself to IIT/NIT graduates. The AI field values skills and output. Your college brand matters less than what you can demonstrably do. Many successful AI professionals in India come from tier-2 and tier-3 colleges.
Indian Job Market Realities (2026)
| Company Type | AI Roles Hiring | Typical Interview | Salary Range | |-------------|----------------|-------------------|-------------| | IT Services (TCS, Infosys) | ML Engineer, Data Analyst | Coding + aptitude + HR | Rs 5-10 LPA | | Product Companies (Flipkart, PhonePe) | ML Engineer, DS, AI PM | DSA + ML rounds + system design | Rs 12-25 LPA | | Startups | Full-stack AI, Prompt Engineer | Take-home project + culture fit | Rs 8-18 LPA | | MNCs (Google, Microsoft India) | Research Engineer, ML Engineer | 5-6 interview rounds | Rs 18-40 LPA | | AI-First Companies (Haptik, Yellow.ai) | Applied ML, AI PM | Domain expertise + technical | Rs 10-22 LPA | | Consulting (Deloitte, McKinsey) | AI Strategy, Data Scientist | Case study + analytical | Rs 12-25 LPA |
Getting Started Today
Do not wait for the next semester or the next month. Open your laptop and complete one of these actions in the next 30 minutes:
- Create a Kaggle account and start the Python micro-course
- Enroll in Google AI Essentials at grow.google
- Register on SWAYAM and browse the next NPTEL semester
- Create a GitHub account (if you do not have one) and make your first repository
The AI learning journey is a marathon, not a sprint. But the first step is always the hardest, and right now is the best time to take it.
For detailed guides on specific certifications mentioned above, explore:
Community Questions
0No questions yet. Be the first to ask!