Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashwanikumar04/ml_gesture_recognition
https://github.com/ashwanikumar04/ml_gesture_recognition
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashwanikumar04/ml_gesture_recognition
- Owner: ashwanikumar04
- License: mit
- Created: 2020-08-28T17:21:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T20:09:32.000Z (over 4 years ago)
- Last Synced: 2024-11-08T02:15:59.515Z (2 months ago)
- Language: Jupyter Notebook
- Size: 2.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ml_gesture_recognition
On mac this code works when run on native MAC terminal
```
unset PYTHONPATH
conda create -n cv --clone base
pip install --upgrade pip
pip install opencv-python
pip install --upgrade tensorflowconda activate cv
```