Skip to content

ST2-EV/kayo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAY/O: Keep An Eye Out

KAYO Thumbnail

Have you ever felt scared of leaving your belongings unattended on a table? Introducing KAY/O, a website that uses object recognition to keep track of all your belongings, utilizing only your laptop's camera!

Features

  • Object Recognition: KAY/O uses YOLOv8 for object recognition to track your belongings.
  • Crash Detection: The system includes a crash detection server to avoid thieves closing the application, or shutting down the laptop.
  • Alerts via Twilio: Set up Twilio environment variables to receive text alerts straight to your phone.

Demo

https://www.youtube.com/watch?v=aLop-hipPUE

Setup

  1. Clone the crash detection server repository:

    git clone https://github.com/ST2-EV/kayo-cds.git
    cd kayo-cds
  2. Set Twilio environment variables:

    TWILIO_ACCOUNT_SID=xxxxxxxxxxxx
    TWILIO_AUTH_TOKEN=xxxxxxxxxxxxx
  3. (Optional but recommended) Create a virtual environment:

    python -m venv venv
    source venv/bin/activate   # On Windows, use `venv\Scripts\activate`
  4. Install requirements:

    pip install -r requirements.txt
  5. Run the application:

    python ui.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages