# rpi-robot **Repository Path**: NPU_Robot_lab/rpi-robot ## Basic Information - **Project Name**: rpi-robot - **Description**: a raspberry pi robot which you can remote control over the internet - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README _rpi-robot_ is my personal project of a raspberry pi robot built for fun! ![](images/face-tracking.jpg) **Features**: - Remote control over browser (phone or desktop computer). - Track the face in the camera and rotate the robot towards it. ## Usage Please run `install.sh` to install all the necessary tools and libraries for this project. ``` bash install.sh ``` Run the following command to start the robot. ``` bash rpi-robot.sh ``` Goto `http://:5000` in your browser for remote control. ![](images/remote-control-over-browser.jpg) ## License Distributed under the MIT License. See `LICENSE` for more information.