wolterlw / hand_tracking

Minimal Python interface for Google's Mediapipe HandTracking pipeline
Apache License 2.0
148 stars 37 forks source link

feat(requirements): add pip requirements file #16

Closed AmitMY closed 4 years ago

wolterlw commented 4 years ago

I don't think matplotlib should be included in the requirements. It's not used by the hand tracking system internally. Add numpy instead.

AmitMY commented 4 years ago

Done