https://github.com/mysterycoder456/trashercasher
This is an AI program that cashes the one who trashes. Basically giving them a fine.
https://github.com/mysterycoder456/trashercasher
ai face-recognition hog object-detection opencv yolov3
Last synced: 3 months ago
JSON representation
This is an AI program that cashes the one who trashes. Basically giving them a fine.
- Host: GitHub
- URL: https://github.com/mysterycoder456/trashercasher
- Owner: MysteryCoder456
- Created: 2020-10-17T11:58:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T16:05:42.000Z (over 4 years ago)
- Last Synced: 2025-02-14T03:17:13.066Z (5 months ago)
- Topics: ai, face-recognition, hog, object-detection, opencv, yolov3
- Language: Jupyter Notebook
- Homepage:
- Size: 199 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrasherCasher
This is an AI program that cashes the one who trashes. Basically giving them a fine. To run this program on a normal computer, run the following command in the terminal:
```bash
python main.py --no-gpio
```
This disables the distance sensor which is resposible for detecting when the trash goes into the trash bin. To run this on a Raspberry Pi along with HC-SR04 Distance Sensor, remove the `--no-gpio` part from the command.If you do not want to see GUI elements, use the following command:
```bash
python main.py --no-gui
```
The `--no-gpio` option can be used here as well.