ykhli / AI-RPi-detection

AI Raspberry Pi cat detection and notification: get a text when your cat does something it's not supposed to do, and have AI narrate what it sees. Generalizable across other use cases outside of cats

Home Page:https://ai-cat-detection.yoko.dev/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Raspberry Pi Cat Detection 🐱

AI Raspberry Pi cat detection and notification: get a text/email when your cat does something it's not supposed to do, and have AI narrate what it sees πŸ‘οΈ

This RPi starter kit makes it easy to get started with AI (both running device model & calling an LLM), and it's generalizable across other vision-related use cases.

Demo (sound on πŸ”Š):

AI cat detection demo

https://www.youtube.com/watch?v=8KSAiwyDoy8

Have questions? Join AI Stack devs

This starter kit is super simple: it allows you to use your Raspberry Pi to monitor what your cat does at home, and email you when your cat does something it's not supposed to do. My #1 use case is detecting if my cats are jumping on my dinning table or kitchen counter. You could also opt to turn this into an AI narrator, where the voice narrates on everything it sees.

Of course this doesn't just work for cats πŸ˜„. You are welcomed to simply change the prompts and do other kinds of detections:

  • 🐦 for bird watching: email a summary of what birds came by during the day, for the birdies
  • 🐻 Racoon deterrent (I have not tried this, but you can?): play loud sound when AI sees Racoons going through your trash cans. You need an external speaker attached to your RPi if you want to do this.
  • πŸͺ΄ Plant monitor: email you when your plants are dying from not being watered
  • πŸ“¦ Package alert: email when there's a new package delivered at the door, even better, AI can tell you if it's a big one
  • (submit your fun use cases!)

Stack

  • 🧠 Multi-modal models: OpenAI
  • πŸ“« Notification: Resend
  • πŸ“’ Narration (optional): ElevenLabs
  • πŸ’» Orchestration and function calling: Langchain
  • πŸ“– Docs: Mintlify
  • 🐱 Cats

Overview

Quickstart

To try out this starter kit, you need a Raspberry Pi with a camera module, optionally a speaker module for narration!

I can send you one if you are one of the first few lucky people to try this kit :). Discord DM me.

For detailed setup instructions, visit our docs page here (powered by Mintlify)

Dev Environment

You can find helpful tips on setting up dev environment here

FAQ

For common questions and bugs, feel free to try out our AI Q&A bot here. You could simply type on the search bar or use cmd+k shortcut.

About

AI Raspberry Pi cat detection and notification: get a text when your cat does something it's not supposed to do, and have AI narrate what it sees. Generalizable across other use cases outside of cats

https://ai-cat-detection.yoko.dev/introduction

License:MIT License


Languages

Language:Python 100.0%