A repo containing the slides and the demos of the talk I gave on Computer Vision for high school students attending MIT's annual hackathon.
The talk can be seen here - https://www.youtube.com/watch?v=rO3yP4ftB3U&feature=youtu.be
Description -
Demo 1 - Face Detection in image face_detect.py :- used to run face detection on an image. USAGE: face_detect.py abba.png haarcascade_frontalface_default.xml
Demo 2 - Face Detection from webcam live.py
Demo 3 - Artificial Neural Network visualized with random data Artificial Neural Network.py
Demo 4 - Deep Learning using Keras (Cats vs Dogs Image Classification) keras3.py
Extra pictures provided for demo1.