diff --git a/4-ComputerVision/README.md b/4-ComputerVision/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..a6d623e7d35818eadeb59613a3f10449e19afae4
--- /dev/null
+++ b/4-ComputerVision/README.md
@@ -0,0 +1,10 @@
+# Computer Vision
+
+![Summary of Computer Vision content in a doodle](../sketchnotes/ai-computervision.png)
+
+In this section we will learn about:
+
+* [Convolutional Neural Networks](07-ConvNets/README.md)
+* [Pre-trained Networks and Transfer Learning](08-TransferLearning/README.md) 
+* [Autoencoders](09-Autoencoders/README.md)
+* [Generative Adversarial Networks](10-GANs/README.md)
\ No newline at end of file
diff --git a/sketchnotes/ai-computervision.png b/sketchnotes/ai-computervision.png
new file mode 100644
index 0000000000000000000000000000000000000000..4e2cc10cb14823e6619e92bf6ddfee611c5fc266
Binary files /dev/null and b/sketchnotes/ai-computervision.png differ