Learn how to build a real-time Personal Protective Equipment (PPE) detection system using YOLOv8 and Flask. This tutorial covers multi-source video input, model optimization, and web streaming.
YOLOv8 PPE detectionreal-time object detectionPPE compliance systemFlask video streamingcomputer vision tutorial
A comprehensive tutorial covering the Frisch-Waugh theorem, bivariate normal conditional density derivation, OLS estimation with quarterly dummy variables, and matrix operations in Matlab, including residual maker eigenvalues and square root of covariance matrix.
Learn how to read and write files in Java using Scanner and PrintWriter. This tutorial covers parsing CSV-like data, counting online classes, and generating a filtered text file—perfect for COP3330 Homework 5.
Learn how to implement instrumental variables estimation in MATLAB using real consumption data and Monte Carlo simulations, with timely examples from AI and finance trends.
instrumental variables estimationMATLAB econometrics tutorialtwo-stage least squares MATLABIV estimation homeworkweak instruments Monte Carlo
Learn how to approach the MATH 60603A Statistical Learning credit risk assignment using R. This tutorial covers data exploration, feature engineering, model building, and profit optimization strategies inspired by real-world lending scenarios.
Learn to implement a simplified PageRank algorithm using an adjacency list in C++. This tutorial breaks down the graph-based ranking system that powers Google, with step-by-step code examples and performance analysis.
Learn how to build a JavaFX-based pizza ordering system for an online payment service. This tutorial covers GUI design, pizza customization, order management, and tax calculation with real-world examples.
JavaFX pizza ordering systemonline payment service JavaJavaFX tutorial for beginnerspizza customization GUIJavaFX order management
A comprehensive tutorial covering convex descent directions, strongly convex functions, steepest descent convergence, and least-squares optimization, using modern analogies from AI and gaming.
Learn how to implement parallel matrix-vector multiplication and use the power method to find the largest eigenvalue of a matrix. This tutorial covers MPI-based parallelization, algorithm design, and timing experiments with real-world analogies from AI and gaming.
Learn how to read, manipulate, and write TGA image files in C++. This tutorial covers binary file I/O, pixel manipulation algorithms, and command-line interface design, perfect for COP3503C Project 2.
C++ TGA image processingbinary file I/O C++pixel manipulation algorithmsCOP3503C Project 2TGA file format
Learn geometric image modification, homographic stitching, and morphological operations with MATLAB. This tutorial covers spatial warping, panorama creation, and defect detection using real-world examples.
EE569 homework 3geometric image modificationspatial warping MATLABsquare to disk mappinghomographic transformation
Learn how to build a templated linked list in C++ for COP3503C. Understand pointers, memory management, and non-contiguous storage with real-world analogies and code examples.
templated linked list C++COP3503C project 1linked list tutorialC++ templatesmemory management C++