References

GitHub:

  • Code for hand detection (w/ and w/o machine learning) can be found using the following link:
    • https://github.com/JMatt710/HandDetection.git
      • Machine Learning folder: hand_detection
      • Without machine learning folder: handDetectTest

Documentation:

  • Installation Process (Windows Command Prompt):
    • https://docs.google.com/document/d/1QIsutsqJNzSpFohKfTLckex1I6m0JCSMkKatbXWtdng/edit
  • Setting up and Testing Hand Detection:
    • https://docs.google.com/document/d/13ObOqkvZaVryYHqzvVr4rtdvutO408LNuZ6XRGGfTbM/edit
  • Pros and Cons About Different Machine Learning Frameworks:
    • https://docs.google.com/document/d/1HaOUZBFKH62XwFOjrdLkmPat7ieO7ANtlaADdp9As7k/edit?usp=sharing
  • CVATT vs. VOTT:
    • https://docs.google.com/document/d/1brOyaQl80RXhxDsNghprcNd6rz3GJUxqS7SvZUkfbuc/edit?usp=sharing
  • Pros and Cons About Different Machine Learning Architectures:
    • https://docs.google.com/document/d/1G_S2eyO9YJ5ZnvutOdkhofaqlUSNwRFu-c4L2JSllyc/edit?usp=sharing
  • List of Dependencies and How You Can Install Them:
    • https://docs.google.com/document/d/1ajpmchHTvIec9RaA18f5KV1z7RVuqxpP6Bb-8CuUNk4/edit?usp=sharing
  • Setting up Neural Network and Testing the Model
    • https://www.analyticsvidhya.com/blog/2021/07/step-by-step-guide-for-image-classification-on-custom-datasets/