Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.05 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.05 KB

Project: Animated Movie Classification using Deep Learning

Live demo: https://animation-demo.app.render.com/

This is a repo for this detailed blog post. Including Grad-CAM visualization Python module (code and use cases) and notebooks containing training processes and steps. If you want to trace my process, here is the order (for more details you can visit the blog post):

  1. crop-fix.ipynb
  2. google-image-download.ipynb
  3. image-augmentation.ipynb
  4. resnet-training-with-upsampling.ipynb
  5. final-training-all-images.ipynb
  6. live-action-model-check.ipynb

Tools use: Fastai library which built on top of Pytorch 1.0, Matplotlib, scikit-image, google-images-download