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
- Host: GitHub
- URL: https://github.com/lukas-staab/ball-and-hoop
- Owner: lukas-staab
- License: mit
- Created: 2022-02-09T07:14:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T20:50:50.000Z (about 3 years ago)
- Last Synced: 2025-10-13T09:09:58.670Z (9 months ago)
- Topics: ball-and-hoop, cv2, python3, raspberry-pi, sensor
- Language: Python
- Homepage: https://lukas-staab.github.io/ball-and-hoop
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```