https://github.com/ines/shitty-cat-petting-robot
🐱 Shitty cat petting robot for Raspberry Pi
https://github.com/ines/shitty-cat-petting-robot
Last synced: about 1 year ago
JSON representation
🐱 Shitty cat petting robot for Raspberry Pi
- Host: GitHub
- URL: https://github.com/ines/shitty-cat-petting-robot
- Owner: ines
- License: mit
- Created: 2023-04-27T07:59:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T11:05:59.000Z (about 3 years ago)
- Last Synced: 2025-04-23T04:14:47.684Z (about 1 year ago)
- Language: Python
- Homepage: https://ines.io/blog/raspberry-pi-python-cats/
- Size: 4.49 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐱 Shitty Cat Petting Robot
This robot is not fit for purpose at all and guaranteed to make your cats run away in horror. But it was a lot of fun to build.
[**📖 Read the blog post for details**](https://ines.io/blog/raspberry-pi-python-cats/)
[Live demo](https://user-images.githubusercontent.com/13643239/235302389-06b4f3f1-7a61-422f-8335-bc7ab9ef0105.webm)
## Hardware used
- [Raspberry Pi 3](https://www.raspberrypi.com/products/raspberry-pi-3-model-b/)
- [Waveshare 16376 Robot Arm for Pi](https://www.welectron.com/Waveshare-16376-Robot-Arm-for-Pi-EU)
## Running the app
```bash
pip install -r requirements.txt
uvicorn server.app:app --reload
```