/christof

Mini home surveillance project

Primary LanguagePython

Christof
Christof

Mini home surveillance project using a simple webcam.

🇪🇸 · 🇬🇧

Install

  • Vía poetry:

    poetry install

    Note: For more information on the Poetry dependency manager visit its documentation. The installation of the library can be done with the following command:

    curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
  • Via requirements:

    pip install -r requirements.txt

Run server

uvicorn app.main:app --reload 

Future lines

  • GPU access
  • Jetson Nano full compatibility
  • Full control of service using Telegram Bots
  • Admin panel?