├── .DS_Store ├── .gitignore ├── BrainAgent ├── README.MD ├── models │ ├── chat_template.json │ ├── config.json │ ├── generation_config.json │ └── merges.txt ├── test.py └── vision_controller.py └── RPi ├── .DS_Store ├── app.py ├── bark.py ├── base_camera.py ├── camera.py ├── camera_opencv.py ├── dist ├── 123.txt ├── css │ ├── app.8a756fac.css │ ├── chunk-vendors.a639f090.css │ └── css.txt ├── favicon.ico ├── fonts │ ├── fonts.txt │ ├── materialdesignicons-webfont.2d0a0d8f.eot │ ├── materialdesignicons-webfont.b4917be2.woff │ ├── materialdesignicons-webfont.d0066537.woff2 │ ├── materialdesignicons-webfont.f5111234.ttf │ ├── roboto-latin-100.5cb7edfc.woff │ ├── roboto-latin-100.7370c367.woff2 │ ├── roboto-latin-100italic.f8b1df51.woff2 │ ├── roboto-latin-100italic.f9e8e590.woff │ ├── roboto-latin-300.b00849e0.woff │ ├── roboto-latin-300.ef7c6637.woff2 │ ├── roboto-latin-300italic.14286f3b.woff2 │ ├── roboto-latin-300italic.4df32891.woff │ ├── roboto-latin-400.479970ff.woff2 │ ├── roboto-latin-400.60fa3c06.woff │ ├── roboto-latin-400italic.51521a2a.woff2 │ ├── roboto-latin-400italic.fe65b833.woff │ ├── roboto-latin-500.020c97dc.woff2 │ ├── roboto-latin-500.87284894.woff │ ├── roboto-latin-500italic.288ad9c6.woff │ ├── roboto-latin-500italic.db4a2a23.woff2 │ ├── roboto-latin-700.2735a3a6.woff2 │ ├── roboto-latin-700.adcde98f.woff │ ├── roboto-latin-700italic.81f57861.woff │ ├── roboto-latin-700italic.da0e7178.woff2 │ ├── roboto-latin-900.9b3766ef.woff2 │ ├── roboto-latin-900.bb1e4dc6.woff │ ├── roboto-latin-900italic.28f91510.woff │ └── roboto-latin-900italic.ebf6d164.woff2 ├── img │ ├── bg.jpg │ ├── icons │ │ ├── favicon-32x32 .png │ │ ├── favicon.ico │ │ ├── icons.txt │ │ ├── logo.png │ │ └── safari-pinned-tab.svg │ └── img.txt ├── index.html ├── js │ ├── app.38235a8c.js │ ├── app.38235a8c.js.map │ ├── chunk-vendors.3007e197.js │ ├── chunk-vendors.3007e197.js.map │ └── js.txt ├── manifest.json ├── precache-manifest.02b800736c2da055bda815acfa037b17.js ├── robots.txt └── service-worker.js ├── haarcascade_frontalface_default.xml ├── info.py ├── models ├── movenet_single_pose_lightning_ptq.tflite └── posenet_mobilenet_v1_100_257x257_multi_kpt_stripped.tflite ├── pose_camera.py ├── robot.py ├── serialTest.py ├── setup.py ├── setup.py.save ├── sounds └── bark.mp3 └── webServer.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/.gitignore -------------------------------------------------------------------------------- /BrainAgent/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/BrainAgent/README.MD -------------------------------------------------------------------------------- /BrainAgent/models/chat_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/BrainAgent/models/chat_template.json -------------------------------------------------------------------------------- /BrainAgent/models/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/BrainAgent/models/config.json -------------------------------------------------------------------------------- /BrainAgent/models/generation_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/BrainAgent/models/generation_config.json -------------------------------------------------------------------------------- /BrainAgent/models/merges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/BrainAgent/models/merges.txt -------------------------------------------------------------------------------- /BrainAgent/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/BrainAgent/test.py -------------------------------------------------------------------------------- /BrainAgent/vision_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/BrainAgent/vision_controller.py -------------------------------------------------------------------------------- /RPi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/.DS_Store -------------------------------------------------------------------------------- /RPi/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/app.py -------------------------------------------------------------------------------- /RPi/bark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/bark.py -------------------------------------------------------------------------------- /RPi/base_camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/base_camera.py -------------------------------------------------------------------------------- /RPi/camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/camera.py -------------------------------------------------------------------------------- /RPi/camera_opencv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/camera_opencv.py -------------------------------------------------------------------------------- /RPi/dist/123.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RPi/dist/css/app.8a756fac.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/css/app.8a756fac.css -------------------------------------------------------------------------------- /RPi/dist/css/chunk-vendors.a639f090.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/css/chunk-vendors.a639f090.css -------------------------------------------------------------------------------- /RPi/dist/css/css.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RPi/dist/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/favicon.ico -------------------------------------------------------------------------------- /RPi/dist/fonts/fonts.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RPi/dist/fonts/materialdesignicons-webfont.2d0a0d8f.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/materialdesignicons-webfont.2d0a0d8f.eot -------------------------------------------------------------------------------- /RPi/dist/fonts/materialdesignicons-webfont.b4917be2.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/materialdesignicons-webfont.b4917be2.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/materialdesignicons-webfont.d0066537.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/materialdesignicons-webfont.d0066537.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/materialdesignicons-webfont.f5111234.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/materialdesignicons-webfont.f5111234.ttf -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-100.5cb7edfc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-100.5cb7edfc.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-100.7370c367.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-100.7370c367.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-100italic.f8b1df51.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-100italic.f8b1df51.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-100italic.f9e8e590.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-100italic.f9e8e590.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-300.b00849e0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-300.b00849e0.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-300.ef7c6637.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-300.ef7c6637.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-300italic.14286f3b.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-300italic.14286f3b.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-300italic.4df32891.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-300italic.4df32891.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-400.479970ff.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-400.479970ff.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-400.60fa3c06.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-400.60fa3c06.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-400italic.51521a2a.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-400italic.51521a2a.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-400italic.fe65b833.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-400italic.fe65b833.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-500.020c97dc.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-500.020c97dc.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-500.87284894.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-500.87284894.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-500italic.288ad9c6.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-500italic.288ad9c6.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-500italic.db4a2a23.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-500italic.db4a2a23.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-700.2735a3a6.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-700.2735a3a6.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-700.adcde98f.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-700.adcde98f.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-700italic.81f57861.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-700italic.81f57861.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-700italic.da0e7178.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-700italic.da0e7178.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-900.9b3766ef.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-900.9b3766ef.woff2 -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-900.bb1e4dc6.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-900.bb1e4dc6.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-900italic.28f91510.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-900italic.28f91510.woff -------------------------------------------------------------------------------- /RPi/dist/fonts/roboto-latin-900italic.ebf6d164.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/fonts/roboto-latin-900italic.ebf6d164.woff2 -------------------------------------------------------------------------------- /RPi/dist/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/img/bg.jpg -------------------------------------------------------------------------------- /RPi/dist/img/icons/favicon-32x32 .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/img/icons/favicon-32x32 .png -------------------------------------------------------------------------------- /RPi/dist/img/icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/img/icons/favicon.ico -------------------------------------------------------------------------------- /RPi/dist/img/icons/icons.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RPi/dist/img/icons/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/img/icons/logo.png -------------------------------------------------------------------------------- /RPi/dist/img/icons/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/img/icons/safari-pinned-tab.svg -------------------------------------------------------------------------------- /RPi/dist/img/img.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RPi/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/index.html -------------------------------------------------------------------------------- /RPi/dist/js/app.38235a8c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/js/app.38235a8c.js -------------------------------------------------------------------------------- /RPi/dist/js/app.38235a8c.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/js/app.38235a8c.js.map -------------------------------------------------------------------------------- /RPi/dist/js/chunk-vendors.3007e197.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/js/chunk-vendors.3007e197.js -------------------------------------------------------------------------------- /RPi/dist/js/chunk-vendors.3007e197.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/js/chunk-vendors.3007e197.js.map -------------------------------------------------------------------------------- /RPi/dist/js/js.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RPi/dist/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/manifest.json -------------------------------------------------------------------------------- /RPi/dist/precache-manifest.02b800736c2da055bda815acfa037b17.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/precache-manifest.02b800736c2da055bda815acfa037b17.js -------------------------------------------------------------------------------- /RPi/dist/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /RPi/dist/service-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/dist/service-worker.js -------------------------------------------------------------------------------- /RPi/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /RPi/info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/info.py -------------------------------------------------------------------------------- /RPi/models/movenet_single_pose_lightning_ptq.tflite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/models/movenet_single_pose_lightning_ptq.tflite -------------------------------------------------------------------------------- /RPi/models/posenet_mobilenet_v1_100_257x257_multi_kpt_stripped.tflite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/models/posenet_mobilenet_v1_100_257x257_multi_kpt_stripped.tflite -------------------------------------------------------------------------------- /RPi/pose_camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/pose_camera.py -------------------------------------------------------------------------------- /RPi/robot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/robot.py -------------------------------------------------------------------------------- /RPi/serialTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/serialTest.py -------------------------------------------------------------------------------- /RPi/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/setup.py -------------------------------------------------------------------------------- /RPi/setup.py.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/setup.py.save -------------------------------------------------------------------------------- /RPi/sounds/bark.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/sounds/bark.mp3 -------------------------------------------------------------------------------- /RPi/webServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARPLearn/LazyDog/HEAD/RPi/webServer.py --------------------------------------------------------------------------------