Overview

Goal Statement: Create a program to detect finger movement during a real-time video using deep learning and object detection.

Tools:

  1. Anaconda Prompt
    1. Similar to a terminal or command prompt (cmd). It refers to a black screen used to type in the commands by the user
  2. Tensorflow
    1. A free and open-source software library for machine learning and artificial intelligence. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks
  3. Python
    1. A high-level, interpreted, general-purpose programming language.
  4. OpenCV
    1. A library of programming functions mainly aimed at real-time computer vision.