Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 963 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 963 Bytes

Computer Vision Workshop

This year, School of AI Algiers organizes the first edition of AI Day where participants can attend a computer vision Workshop. This is the starter repository for all the attendees. The practice part of the workshop will aim to Build a style transfer model using deep CNNs.

Inspired by Udacity's Introduction to deep learning with pytorch.

Folder Structure

  • intro_CNNs.ipynb: first part of the workshop.
  • CIFAR10.ipynb: building a CIFAR10 image classifier using CNNs.
  • Style_transfer.ipynb: second part of the workshop where we build the style transfer model.

Requirements