-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# RPI HOME AND TELEGRAM CONTROL BOT | ||
The implementation is a prototype of a smart home system with a integrated chat-bot using telegram. | ||
The video of the implementation is here --> https://youtu.be/wNByyyrFuyQ | ||
|
||
### Pre-requiste | ||
1) RasberyPi Model B | ||
2) Telegram Program Pre-install. | ||
3) OpenCV Pre-install | ||
|
||
### Command to Start HomePi | ||
$ source ~/.profile | ||
$ workon cv | ||
$ ./0_homepi/Smart-Security-Camera/main.sh | ||
|
||
### Command to activate Telegram BOT | ||
cd tg | ||
bin/telegram-cli -k tg-server.pub -W -s actions.lua | ||
|