fast.ai Medical Imaging Library

Learn the fast.ai library and its usage with our code.

We'll cover the following

About fast.ai

fast.ai is an actively developing deep learning library that allows us to train neural networks quickly and easily. It is a widely-used resource with high-level components. This library greatly simplifies working with DICOM files.

Getting started

We’ll test everything on the previously used file. Converting pixel_array to TensorImage like torch.uint8()will give us our first cool feature.

Get hands-on with 1200+ tech skills courses.