Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
geezacoleman committed Sep 25, 2023
2 parents e1c47ba + caf6f8e commit 17b949e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,15 @@ To install the latest version of `openweedlocator-tools` simply run:
```
pip install openweedlocator-tools[desktop]
```
### Raspberry Pi
```
pip install openweedlocator-tools[rpi]
```

## Quick Start
```
from owl.viz import webcam, images_and_video
# Run using your webcam
webcam(algorithm='gog')
webcam(algorithm='gog') # press escape to exit
# or
images_and_video(media_path='path/to/your/media_files
```

## Examples
###
## Streamlit App
Try it for yourself now with the online, Streamlit app!

0 comments on commit 17b949e

Please sign in to comment.