gohil-jay / Macro-Python-Projects

This repository consists of macro-level python projects that undertake a simple task and perform it using small python code snippets.
GNU General Public License v3.0
17 stars 24 forks source link

Added Hand Detector #66

Closed Aaditya1612 closed 1 year ago

Aaditya1612 commented 1 year ago

Added Hand Detector project which contains:

  1. app.py (main application)
  2. requirements.txt (Generated using pipreqs and contains all the relevant packages required for the project)
  3. readme.md (for guiding users towards running this on local machine)