pet_detector:检测您的宠物何时要出门

时间:2021-04-02 02:06:43
【文件属性】:
文件名称:pet_detector:检测您的宠物何时要出门
文件大小:7KB
文件格式:ZIP
更新时间:2021-04-02 02:06:43
Python 树莓派宠物探测器 通过机器学习和对象识别来检测宠物何时想出门。 安装 首先,将此存储库克隆到您的树莓派。 cd ~/ git clone https://github.com/rydercalmdown/pet_detector 接下来,运行安装脚本。 cd pet_detector make install 该脚本将设置基本和python依赖项。 使用所需的变量填充config.py文件。 nano config.py 要将脚本配置为自动运行,请将以下行添加到/etc/rc.local的最后一行之前。 source /home/pi/pet_detector/env/bin/activate && python /home/pi/pet_detector/src/app.py
【文件预览】:
pet_detector-main
----src()
--------models()
--------app.py(1KB)
--------Classifier.py(9KB)
--------requirements.txt(58B)
----deployment()
--------install_raspberry_pi.sh(299B)
----.gitignore(42B)
----Makefile(730B)
----README.md(683B)

网友评论