A project that alerts me when there's a dog outside so I can go look at it.

Overview

Dog Detector

A project that alerts me when there's a dog outside so I can go look at it.

Tech Specs

This script uses the YOLOv3 object detection model trained on the COCO dataset.

You might also like...
Experiment to find the best time to look for an appointment at the Berlin Bรผrgeramt

Bรผrgeramt appointment experiment Checks Berlin.de for free Anmeldung appointments every X minutes, then analyses the results. How to use Run get-page.

Messing around with GitHub API to look at omicron build times
Messing around with GitHub API to look at omicron build times

gh-workflow-runs This is a very simple tool to dump out basic information about workflow runs for a GitHub repo. The structure is based on gh-subscrip

๐Ÿ” ๐Ÿ“Š Look up information about anime, manga and much more directly in Discord!
๐Ÿ” ๐Ÿ“Š Look up information about anime, manga and much more directly in Discord!

AniSearch The source code of the AniSearch Discord Bot. Contribute You have an idea or found a bug? Open a new issue with detailed explanation. You wa

This bot can mention members upto 10,000 in groups and can mention members upto 200 in channels !

Mention All Bot This bot can mention members upto 10,000 in groups and can mention members upto 200 in channels ! ๐Ÿท Infomation Language: Python. Tele

A bot can play all variants, but standard are abit weak, so if you need strongest you can change fsf instead of stockfish_14_Dev

MAINTAINERS Drdisrespect1 and drrespectable lichess-bot Engine communication code taken from https://github.com/ShailChoksi/lichess-bot by ShailChoksi

A Python interface module to the SAS System. It works with Linux, Windows, and mainframe SAS. It supports the sas_kernel project (a Jupyter Notebook kernel for SAS) or can be used on its own.

A Python interface to MVA SAS Overview This module creates a bridge between Python and SAS 9.4. This module enables a Python developer, familiar with

It is a temporary project to study discord interactions. You can set permissions conveniently when you invite a particular disk code bot.
It is a temporary project to study discord interactions. You can set permissions conveniently when you invite a particular disk code bot.

Permission Bot ๋””์Šค์ฝ”๋“œ ๋‚ด์— ์žˆ๋Š” message-components ๋ฅผ ์—ฐ๊ตฌํ•˜๊ธฐ ์œ„ํ•˜์—ฌ ์ œ์ž‘๋œ ๋ด‡์ž…๋‹ˆ๋‹ค. Setup /config/config_example.ini ํŒŒ์ผ์„ /config/config.ini์œผ๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค. config ํŒŒ์ผ์˜ ๊ธฐ๋ณธ ์–‘์‹์€ ์•„

An example of a chatbot with a number-based menu that can be used as a starting point for a project.
An example of a chatbot with a number-based menu that can be used as a starting point for a project.

NumMenu Bot NumMenu Bot is an example chatbot showing a way to design a number-based menu assistant with Rasa. This type of bot is very useful on plat

This is a repository for the Duke University Cloud Computing course project on Serveless Data Engineering Pipeline. For this project, I recreated the below pipeline.
This is a repository for the Duke University Cloud Computing course project on Serveless Data Engineering Pipeline. For this project, I recreated the below pipeline.

AWS Data Engineering Pipeline This is a repository for the Duke University Cloud Computing course project on Serverless Data Engineering Pipeline. For

Comments
  • Makefile exits with error

    Makefile exits with error

    I cloned the repo and then ran the make command, but it fails - this is on a stock Pi 4 with the current version of Docker. Any tips?

    `pi@ftl:~/DOG/dog_detector $ make Installing locally with docker Sending build context to Docker daemon 93.7kB Step 1/9 : FROM python:3.8 ---> d3accf0d6192 Step 2/9 : WORKDIR /code ---> Using cache ---> d3e345c646bd Step 3/9 : ENV PYTHONUNBUFFERED=1 ---> Using cache ---> a4e8863756d6 Step 4/9 : RUN apt-get clean && apt-get update && apt-get install -y ffmpeg libsm6 libxext6 ---> Using cache ---> 3c1c223b63a5 Step 5/9 : COPY src/requirements.txt . ---> Using cache ---> 813462f11751 Step 6/9 : RUN pip install -r requirements.txt ---> Running in 07bc34d7804d Collecting opencv-contrib-python==4.5.1.48 Downloading opencv-contrib-python-4.5.1.48.tar.gz (148.8 MB) Installing build dependencies: started Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: finished with status 'error' ERROR: Command errored out with exit status 1: command: /usr/local/bin/python /tmp/pip-standalone-pip-he1qq12x/env_pip.zip/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-7h6wcv9o/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel scikit-build cmake pip 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_machine != '"'"'aarch64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.6'"'"' and sys_platform == '"'"'linux'"'"' and platform_machine == '"'"'aarch64'"'"'' 'numpy==1.14.5; python_version=='"'"'3.7'"'"' and platform_machine != '"'"'aarch64'"'"'' 'numpy==1.17.3; python_version=='"'"'3.8'"'"' and platform_machine != '"'"'aarch64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.9'"'"' and platform_machine != '"'"'aarch64'"'"'' cwd: None Complete output (59 lines): Ignoring numpy: markers 'python_version == "3.6" and platform_machine != "aarch64"' don't match your environment Ignoring numpy: markers 'python_version >= "3.6" and sys_platform == "linux" and platform_machine == "aarch64"' don't match your environment Ignoring numpy: markers 'python_version == "3.7" and platform_machine != "aarch64"' don't match your environment Ignoring numpy: markers 'python_version >= "3.9" and platform_machine != "aarch64"' don't match your environment Collecting setuptools Downloading setuptools-57.0.0-py3-none-any.whl (821 kB) Collecting wheel Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB) Collecting scikit-build Downloading scikit_build-0.11.1-py2.py3-none-any.whl (72 kB) Collecting cmake Downloading cmake-3.20.5.tar.gz (30 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting pip Downloading pip-21.1.3-py3-none-any.whl (1.5 MB) Collecting numpy==1.17.3 Downloading numpy-1.17.3.zip (6.4 MB) Collecting packaging Using cached packaging-20.9-py2.py3-none-any.whl (40 kB) Collecting distro Using cached distro-1.5.0-py2.py3-none-any.whl (18 kB) Collecting pyparsing>=2.0.2 Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Building wheels for collected packages: numpy, cmake Building wheel for numpy (setup.py): started Building wheel for numpy (setup.py): still running... Building wheel for numpy (setup.py): still running... Building wheel for numpy (setup.py): still running... Building wheel for numpy (setup.py): still running... Building wheel for numpy (setup.py): still running... Building wheel for numpy (setup.py): still running... Building wheel for numpy (setup.py): finished with status 'done' Created wheel for numpy: filename=numpy-1.17.3-cp38-cp38-linux_armv7l.whl size=14982555 sha256=84770359559d68ea91d31dc121fb4999cbcdb6d14d7e5477918db03f47c74204 Stored in directory: /root/.cache/pip/wheels/aa/67/93/1a3eb3ad40a08a0cc44ce3da7bfcad685c04afba45b7e72589 Building wheel for cmake (PEP 517): started Building wheel for cmake (PEP 517): finished with status 'error' ERROR: Command errored out with exit status 1: command: /usr/local/bin/python /tmp/tmpgd7rn84g build_wheel /tmp/tmprvctbd9x cwd: /tmp/pip-install-ns_7gik5/cmake_0495b089099b4d2694e96f0050a1ef6b Complete output (9 lines): Traceback (most recent call last): File "/tmp/pip-build-env-7r36bbgw/overlay/lib/python3.8/site-packages/skbuild/setuptools_wrap.py", line 560, in setup cmkr = cmaker.CMaker(cmake_executable) File "/tmp/pip-build-env-7r36bbgw/overlay/lib/python3.8/site-packages/skbuild/cmaker.py", line 95, in init self.cmake_version = get_cmake_version(self.cmake_executable) File "/tmp/pip-build-env-7r36bbgw/overlay/lib/python3.8/site-packages/skbuild/cmaker.py", line 81, in get_cmake_version raise SKBuildError(

    Problem with the CMake installation, aborting build. CMake executable is cmake
    ----------------------------------------
    ERROR: Failed building wheel for cmake
    

    Successfully built numpy Failed to build cmake ERROR: Could not build wheels for cmake which use PEP 517 and cannot be installed directly

    WARNING: Discarding https://files.pythonhosted.org/packages/42/02/7b2fb0b81266aa3243dd8f392d48db1a206cc9a1856a14228e75c515616e/opencv-contrib-python-4.5.1.48.tar.gz#sha256=74ebf353d7e1666066265922153a0f60fff9e1dd603f5929b13a99415363f078 (from https://pypi.org/simple/opencv-contrib-python/) (requires-python:>=3.6). Command errored out with exit status 1: /usr/local/bin/python /tmp/pip-standalone-pip-he1qq12x/env_pip.zip/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-7h6wcv9o/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel scikit-build cmake pip 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_machine != '"'"'aarch64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.6'"'"' and sys_platform == '"'"'linux'"'"' and platform_machine == '"'"'aarch64'"'"'' 'numpy==1.14.5; python_version=='"'"'3.7'"'"' and platform_machine != '"'"'aarch64'"'"'' 'numpy==1.17.3; python_version=='"'"'3.8'"'"' and platform_machine != '"'"'aarch64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.9'"'"' and platform_machine != '"'"'aarch64'"'"'' Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement opencv-contrib-python==4.5.1.48 (from versions: 3.4.11.45, 3.4.13.47, 3.4.14.51, 4.4.0.46, 4.5.1.48, 4.5.2.52) ERROR: No matching distribution found for opencv-contrib-python==4.5.1.48 The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 make: *** [Makefile:10: install] Error 1 pi@ftl:~/DOG/dog_detector $ `

    opened by ebonak 0
Owner
rydercalmdown
rydercalmdown
And now, for the first time, you can send alerts via action from ArcSight ESM Console to the TheHive when Correlation Rules are triggered.

ArcSight Integration with TheHive And now, for the first time, you can send alerts via action from ArcSight ESM Console to the TheHive when Correlatio

Amir Hossein Zargaran 3 Jan 19, 2022
This program is an automated trading bot that uses TDAmeritrades Thinkorswim trading platform's scanners and alerts system.

Python Trading Bot w/ Thinkorswim Description This program is an automated trading bot that uses TDAmeritrades Thinkorswim trading platform's scanners

Trey Thomas 201 Jan 3, 2023
Tracker to check the covid shot slot availability in India and send mobile alerts via Twilio Messaging Service.

Cowin-Slot-Tracker Tracker to check the covid vaccine slot availability in India and send mobile notifications through Twilio Messaging Service. Requi

invalid username 27 Nov 12, 2022
This automation protect against subdomain takeover on AWS env which also send alerts on slack.

AWS_Subdomain_Takeover_Detector Purpose The purpose of this automation is to detect misconfigured Route53 entries which are vulnerable to subdomain ta

Puneet Kumar Maurya 8 May 18, 2022
Acid's Utilities is a bot for my Discord server that alerts when I go live, welcomes new users, has some awesome games and so much more!

Acid's Utilities Acid's Utilities is a bot for my Discord server that alerts when I go live, welcomes new users, has some awesome games and so much mo

AcidFilms (Fin Stuart) 3 Nov 19, 2021
A chatbot that helps you set price alerts for your amazon products.

Amazon Price Alert Bot Description A Telegram chatbot that helps you set price alerts for amazon products. The bot checks the price of your watchliste

Rittik Basu 24 Dec 29, 2022
Faster Twitch Alerts is a highly customizable, lightning-fast alternative to Twitch's slow mobile notification system

Faster Twitch Alerts What is "Faster Twitch Alerts"? Faster Twitch Alerts is a highly customizable, lightning-fast alternative to Twitch's slow mobile

null 6 Dec 22, 2022
An open-source Discord bot that alerts your server when it's Funky Monkey Friday!

Funky-Monkey-Friday-Bot An open-source Discord bot that alerts your server when it's Funky Monkey Friday! Add it to your server here! https://discord.

Cole Swinford 0 Nov 10, 2022
Send OpenWeatherMap alerts (One Call API) to telegram users.

OpenWeatherMap Telegram Alert Send OpenWeatherMap alerts (One Call API) to telegram users. Installation Requirements: $ apt install python3-yaml pytho

Michael Hacker 1 Jun 4, 2022
Tickergram is a Telegram bot to look up quotes, charts, general market sentiment and more.

Tickergram is a Telegram bot to look up quotes, charts, general market sentiment and more.

Alberto Ortega 25 Nov 26, 2022