https://github.com/robmarkcole/pycoral-experiments
Experiment with PyCoral API
https://github.com/robmarkcole/pycoral-experiments
Last synced: about 1 year ago
JSON representation
Experiment with PyCoral API
- Host: GitHub
- URL: https://github.com/robmarkcole/pycoral-experiments
- Owner: robmarkcole
- Created: 2021-07-25T05:16:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T05:57:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T00:07:47.061Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pycoral-experiments
Experiment with PyCoral API
## Development Mac
Note: important to use USB-C to USB-C cable. Had some connection issues initially documented in [this issue](https://github.com/google-coral/pycoral/issues/35)
* python3 -m venv venv
* source venv/bin/activate
* pip install -r requirements.txt
* python3 -m pip install --index-url https://google-coral.github.io/py-repo/ --extra-index-url=https://pypi.python.org/simple pycoral
* venv/bin/jupyter lab