Timmy or Troye - Deep Learning Image Classifier
A deep learning image classifier built with fastai and PyTorch that distinguishes between Timothée Chalamet, Troye Sivan, and Timmy Turner from Fairly Odd Parents. The project uses DuckDuckGo image search to automatically build a training dataset, then fine-tunes a pretrained ResNet18 convolutional neural network to classify images across the three categories. The model achieves near-perfect accuracy on the validation set after just 6 epochs of fine-tuning, demonstrating the power of transfer learning for rapid computer vision prototyping.

