https://github.com/shaharluftig/doorkeeper
DoorKeeper By Luftig
https://github.com/shaharluftig/doorkeeper
docker doorkeeper face-recognition machine-learning python telegram
Last synced: 2 months ago
JSON representation
DoorKeeper By Luftig
- Host: GitHub
- URL: https://github.com/shaharluftig/doorkeeper
- Owner: shaharluftig
- License: mit
- Created: 2020-10-04T15:57:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T10:11:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T05:17:51.083Z (4 months ago)
- Topics: docker, doorkeeper, face-recognition, machine-learning, python, telegram
- Language: Python
- Homepage:
- Size: 1.51 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoorKeeper
DoorKeeper is a simple and easy to use application that allows you to alert every time someone is passing through your IP Camera.
Feel free to fork and make contributions. I’ll try to get them into the main application.
### Installation
##### using telegram-bot notifier1. Create a Telegram bot using this tutorial: https://medium.com/@ManHay_Hong/how-to-create-a-telegram-bot-and-send-messages-with-python-4cf314d9fa3e
2. Fill Telegram Bot Token and Chat ID under ./Config/__init__
3. set IP_CAMERA_URL to your ip camera ip (I used IP Webcam android app) under docker-compose.yml, for example "http://192.168.1.24:8080/video"
4. Add images to ./Images folder, and set the name of each image to person name
5. Run docker-compose up### Development
#### Todos in the near future- Add tests
- Add more Input/Output streams
- Multi camera supportLicense
----MIT
Dome Camera icon by [Icons8](https://icons8.com/)