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

https://github.com/simonguozirui/lahacks-airjam-gesture-prediction


https://github.com/simonguozirui/lahacks-airjam-gesture-prediction

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# LAHacks 2019
##

Run with Python 3.6 in an pyenv environment, activating by `source env/bin/activate`.

You need to install those packages first
```
pip opencv-python

pip install google-cloud-automl
```
For every terminal session, set up the credential environment by
```
export GOOGLE_APPLICATION_CREDENTIALS=FILE_PATH
```

For visualization
```
pip install python-osc
```