Vector with Advanced AI compatibilities
Anki Servers are down. You need to first setup a local server using wire-pod.
Setup the sdk using my fork.
The project now uses Hugging Face Transformers with OWL-ViT for zero-shot object detection, optimized for Raspberry Pi CPU execution.
Install dependencies:
pip install -r requirements.txt- Install system dependencies (Debian/Ubuntu):
sudo apt-get update
sudo apt-get install -y python3-pip python3-dev libjpeg-dev zlib1g-dev- Install Python packages:
pip install -r requirements.txt
pip install -e vector-python-sdk/python3 app.py- First run will download the OWL-ViT model (~500MB)
- Detection speed on Raspberry Pi 4: ~2-5 seconds per frame
- For faster inference, consider using smaller images or the
google/owlvit-base-patch16model
