Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashwanikumar04/ml_gesture_recognition


https://github.com/ashwanikumar04/ml_gesture_recognition

Last synced: 12 days ago
JSON representation

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 tensorflow

conda activate cv

```