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

https://github.com/lukas-staab/ball-and-hoop

Repo for a distributed Raspberry Pi Ball and Hoop Image Processing Unit
https://github.com/lukas-staab/ball-and-hoop

ball-and-hoop cv2 python3 raspberry-pi sensor

Last synced: 2 months ago
JSON representation

Repo for a distributed Raspberry Pi Ball and Hoop Image Processing Unit

Awesome Lists containing this project

README

          

For full documentation see [github-pages](https://lukas-staab.github.io/ball-and-hoop/)

To compile the sphinx doc locally clone this repo with

```commandline
git clone https://github.com/lukas-staab/ball-and-hoop
```

install python dependencies

```commandline
pip install -r requirements.txt
```

and run

```commandline
sphinx-build docs/source docs/build/html
```