Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YUSANITY authored Nov 30, 2018
1 parent 9548bd1 commit 259e9f4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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

0 comments on commit 259e9f4

Please sign in to comment.