Labs
Explore lab experiments for C Programming, CVIP, Machine Learning, Python and more. Each experiment includes objective, theory, algorithm and implementation outline.
C Programming Laboratory
C Programming Lab
Comprehensive lab experiments covering fundamental to advanced C programming concepts. 14 experiments including basic I/O, control structures, arrays, strings, functions, pointers, structures, file handling, and dynamic memory allocation.
Explore Lab→
CVIP Lab – Edge Detection using OpenCV
CVIP Lab
Implement Sobel, Prewitt, and Canny edge detection operators using OpenCV and compare the results.
View Lab→
ML Lab – Linear Regression for House Price Prediction
ML Lab
Use simple linear regression to model the relationship between house area and price.
View Lab→
Python Lab – Basic Programs and Control Structures
Python Lab
Collection of starter-level Python programs using input/output, conditions and loops.
View Lab→