https://github.com/simonguozirui/lahacks-airjam-gesture-prediction
https://github.com/simonguozirui/lahacks-airjam-gesture-prediction
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonguozirui/lahacks-airjam-gesture-prediction
- Owner: simonguozirui
- Created: 2019-03-30T22:41:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T17:55:30.000Z (over 6 years ago)
- Last Synced: 2025-01-16T01:36:31.666Z (6 months ago)
- Language: HTML
- Size: 13.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-pythonpip 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
```