Sharing my journey...

Getting started with fastai by creating a simple football player classifier

Introduction This is part of fast.ai course: Practical Deep Learning for Coders. This was done at the end of first lecture. I got insights into how things work with fastai. In this work, I decided to make a simple football player classifier using the concepts taught. Pretrained weights from Resnet18 were used and fine tuning was done to suit this particular use case. Let’s jump into it… Code !pip install -Uqq fastai duckduckgo_search In the above cell, we are installing and upgrading fastai and duckduckgo libraries.