This document outlines the labs for a course on full stack deep learning. Lab 1 introduces the problem of recognizing text from handwritten paragraphs. It involves setting up the computing environment and reviewing code to train a model on MNIST data. Future labs will develop models using CNNs, RNNs, Transformers and other techniques for line and paragraph recognition. The full pipeline will include data management, model deployment, and monitoring in a production environment.