Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.18 KB

odd-pi

Object Detection over Discord using the Raspberry PI

See Documentation for more details

Quickstart

  • Setup Raspberry Pi with Camera and allow SSH
  • On a different machine:
    • git clone https://github.com/jvivian/odd-pi && cd odd-pi && pip install ./
    • Set required env variables in .env file
    • python scripts/launch_discord_bot.py run_discord_bot --help
  • Run an active camera at given interval which looks for a specified object and posts it to Discord
  • Type pi! (or given keyword) in any channel to get a picture taken
  • Type yolo! (or keyword) to have a picture with predictions overlayed

Roadmap

  • Add CLI to launch script
    • camera commands, etc,
  • Add critical CCC: Cat Camera Coroutine
    • Make extensible to any class $C$ object, time duration, etc
  • Avoid camera conflicts by making file names unique (or just deleting)
  • Add console-script on install