IIT Ropar Logo

School of Artificial Intelligence &
Data Engineering

Indian Institute of Technology, Ropar

← Back to event

From AI foundations to production deployment

14-Day Curriculum

Day

01

Mon, 7 Dec, 2026

Session

AI Engineering & Deployable AI Ecosystem

Hands-on Lab

Explore the AI deployment pipeline: Build a simple workflow from data → model → inference → API → application. Identify where training, inference, hardware, APIs, containers, and monitoring fit.

Day

02

Tue, 8 Dec, 2026

Session

Python for AI & Data Processing

Hands-on Lab

AI Data Processing with Python: Load a dataset, perform NumPy/Pandas operations, clean data, normalize features, visualize basic statistics, and prepare data for ML.

Day

03

Wed, 9 Dec, 2026

Session

ML/DL Fundamentals for Deployment

Hands-on Lab

Train Your First Deployable Model: Train a small classification model using Scikit-learn/PyTorch, evaluate it, save the trained model, and perform inference on new samples.

Day

04

Thu, 10 Dec, 2026

Session

From Training to Inference

Hands-on Lab

Training vs. Inference: Load a saved model and build a standalone inference script. Compare training and inference time, memory usage, and model inputs/outputs.

Day

05

Fri, 11 Dec, 2026

Session

Model Conversion & Interoperability

Hands-on Lab

Convert a Model for Deployment: Convert a trained PyTorch model to ONNX, verify its outputs, and perform inference using ONNX Runtime.

Day

06

Sat, 12 Dec, 2026

Session

Model Optimization for Deployment

Hands-on Lab

Optimize an AI Model: Apply techniques such as quantization and/or reduced precision. Compare model size, inference latency, and accuracy before and after optimization.

Day

07

Sun, 13 Dec, 2026

Session

Transformers and Large Language Models

Hands-on Lab

Run and Use a Small LLM: Load a pre-trained Transformer model, perform text generation/classification, experiment with inference parameters, and measure inference performance.

Day

08

Mon, 14 Dec, 2026

Session

Agentic AI & Agentic Workflow

Hands-on Lab

Build a Simple AI Agent: Create an agent that receives a user query, decides which tool to use, executes the tool, and produces a final response.

Day

09

Tue, 15 Dec, 2026

Session

Edge AI Hardware

Hands-on Lab

Deploy AI on Edge Hardware: Set up a Jetson/edge device, install the required environment, run a pre-trained model, and monitor CPU/GPU/memory utilization.

Day

10

Wed, 16 Dec, 2026

Session

Real-Time Computer Vision on Edge

Hands-on Lab

Real-Time Object Detection: Deploy a YOLO/vision model on an edge device and process a live camera/video stream. Measure FPS and inference latency.

Day

11

Thu, 17 Dec, 2026

Session

AI APIs & Application Deployment

Hands-on Lab

Build an AI API: Use FastAPI to expose a trained model through a REST API. Send an input request and return the model prediction as a JSON response.

Day

12

Fri, 18 Dec, 2026

Session

Containerized & Scalable AI

Hands-on Lab

Containerize the AI Application: Create a Docker image containing the model and FastAPI application. Run and test the container locally.

Day

13

Sat, 19 Dec, 2026

Session

MLOps & Production AI

Hands-on Lab

Build a Mini MLOps Pipeline: Track experiments/models using MLflow, register a model, deploy a selected version, and monitor basic inference metrics.

Day

14

Sun, 20 Dec, 2026

Session

Capstone: End-to-End Deployable AI

Hands-on Lab

End-to-End AI Deployment: Teams build a complete pipeline: data → model → optimization → API → Docker → deployment → inference → monitoring, followed by a demonstration.